diff --git a/scripts/publish b/scripts/publish index 080918d..fbc00c8 100755 --- a/scripts/publish +++ b/scripts/publish @@ -4,4 +4,4 @@ set -eu # This script is not meant to run inside poetry poetry version $(poetry run dunamai from git --pattern '(?P\d+\.\d+\.\d+)') -poetry publish --username "__token__" --password "$1" +poetry publish --no-interaction --build --username "__token__" --password "$1"