diff --git a/.gitea/workflows/release-testpypi.yaml b/.gitea/workflows/release-testpypi.yaml index 5b6ae6b..d90d91f 100644 --- a/.gitea/workflows/release-testpypi.yaml +++ b/.gitea/workflows/release-testpypi.yaml @@ -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 }} \ No newline at end of file