Skip to content

Commit

Permalink
Build before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim committed Mar 8, 2021
1 parent 798eb35 commit d51a5f3
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 @@ -4,4 +4,4 @@ set -eu
# This script is not meant to run inside poetry

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

0 comments on commit d51a5f3

Please sign in to comment.