We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1661574 commit 67f8e18Copy full SHA for 67f8e18
scripts/publish
@@ -2,4 +2,4 @@
2
set -eu
3
4
poetry version $(poetry run dunamai from git --pattern '(?P<base>\d+\.\d+\.\d+)')
5
-poetry publish --no-interaction --build --username "__token__" --password "$1"
+poetry publish --no-interaction --build --username "__token__" --password "PYPI_TOKEN"
0 commit comments