We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebfeb47 commit d2db08aCopy full SHA for d2db08a
ci-prepare-cmd.sh
@@ -17,6 +17,6 @@ uv build
17
# https://twine.readthedocs.io/en/latest/#twine-check
18
twine check dist/*
19
20
-# Hide the password
+# Hide the token
21
set +x
22
-uv publish --repository testpypi --username __token__ --password "$PYPI_TEST_PASSWORD"
+uv publish --publish-url https://test.pypi.org/legacy/ --token "$PYPI_TEST_PASSWORD"
0 commit comments