fix: correct publish command URL in release workflow for TestPyPI
This commit is contained in:
@@ -36,5 +36,5 @@ jobs:
|
||||
uv build
|
||||
- name: Publish (TestPyPI)
|
||||
run: |
|
||||
uv publish --index-url https://test.pypi.org/legacy/ --username __token__ --password ${{ secrets.TESTPYPI_API_TOKEN }}
|
||||
uv publish --publish-url https://test.pypi.org/legacy/ --username __token__ --password ${{ secrets.TESTPYPI_API_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user