Skip to content

Commit d2db08a

Browse files
committed
ci: fix uv publish
1 parent ebfeb47 commit d2db08a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci-prepare-cmd.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ uv build
1717
# https://twine.readthedocs.io/en/latest/#twine-check
1818
twine check dist/*
1919

20-
# Hide the password
20+
# Hide the token
2121
set +x
22-
uv publish --repository testpypi --username __token__ --password "$PYPI_TEST_PASSWORD"
22+
uv publish --publish-url https://test.pypi.org/legacy/ --token "$PYPI_TEST_PASSWORD"

0 commit comments

Comments
 (0)