From d51a5f321dd5c34df97c2f6351edd475671be104 Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Mon, 8 Mar 2021 19:07:09 +0100 Subject: [PATCH] Build before publishing --- scripts/publish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"