mirror of
https://github.com/openziti/zrok.git
synced 2025-06-22 18:51:33 +02:00
correct path to test pypi upload
This commit is contained in:
parent
626ebb1e2d
commit
4e549bb3da
@ -66,7 +66,7 @@ jobs:
|
|||||||
path: sdk/python/src/dist/*
|
path: sdk/python/src/dist/*
|
||||||
|
|
||||||
publish_testpypi:
|
publish_testpypi:
|
||||||
name: Publish Test PyPI
|
name: Publish TestPyPI
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
needs: [ build_distributions ]
|
needs: [ build_distributions ]
|
||||||
permissions:
|
permissions:
|
||||||
@ -79,11 +79,11 @@ jobs:
|
|||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
pattern: zrok_sdk_distributions
|
pattern: zrok_sdk_distributions
|
||||||
|
|
||||||
- name: Publish Distributions to Test PyPI
|
- name: Publish Distributions to TestPyPI
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
repository-url: https://test.pypi.org/legacy/
|
repository-url: https://test.pypi.org/legacy/
|
||||||
packages-dir: dist
|
packages-dir: sdk/python/src/dist
|
||||||
skip-existing: true
|
skip-existing: true
|
||||||
verbose: true
|
verbose: true
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user