correct path to test pypi upload

This commit is contained in:
Kenneth Bingham 2025-03-04 21:34:12 -05:00
parent 626ebb1e2d
commit 4e549bb3da
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -66,7 +66,7 @@ jobs:
path: sdk/python/src/dist/*
publish_testpypi:
name: Publish Test PyPI
name: Publish TestPyPI
runs-on: ubuntu-24.04
needs: [ build_distributions ]
permissions:
@ -79,11 +79,11 @@ jobs:
merge-multiple: true
pattern: zrok_sdk_distributions
- name: Publish Distributions to Test PyPI
- name: Publish Distributions to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
packages-dir: dist
packages-dir: sdk/python/src/dist
skip-existing: true
verbose: true