From c2536e141be32e09a3c45cdabdcf1ca9633a9352 Mon Sep 17 00:00:00 2001 From: jxdv Date: Wed, 31 Jan 2024 19:25:03 +0100 Subject: [PATCH] update poetry publish --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 11adac5..414565a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,4 +38,4 @@ jobs: if: github.event_name != 'pull_request' run: | poetry build - poetry publish --username __token__ --password ${{ secrets.PYPI_TOKEN }} \ No newline at end of file + poetry publish --no-interaction --username=__token__ --password=${{ secrets.PYPI_TOKEN }} \ No newline at end of file