Skip to content

Commit

Permalink
Update publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim committed Jan 11, 2022
1 parent 67f8e18 commit 782e8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -eu

poetry version $(poetry run dunamai from git --pattern '(?P<base>\d+\.\d+\.\d+)')
poetry publish --no-interaction --build --username "__token__" --password "PYPI_TOKEN"
poetry publish --no-interaction --build --username "__token__" --password "$PYPI_TOKEN"

0 comments on commit 782e8cb

Please sign in to comment.