From 9fa0c386ae3aa7f748f9c72d6302257a8d556f66 Mon Sep 17 00:00:00 2001 From: Geoff Lee Date: Sun, 6 Mar 2022 20:20:12 +0900 Subject: [PATCH] Update publish.yml --- .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 104042af..c4c20be8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,4 +29,4 @@ jobs: - name: poetry-build run: poetry build - name: poetry-publish - run: poetry publish --no-interaction --build --username __token__ --password ${{ secrets.PYPI_TOKEN }} + run: poetry publish --build --username __token__ --password ${{ secrets.PYPI_TOKEN }}