From c0cc0b40eea735a9f612ddce170794cf2e17e6f6 Mon Sep 17 00:00:00 2001 From: Philip Hackstock <20710924+phackstock@users.noreply.github.com> Date: Wed, 9 Aug 2023 13:34:13 +0200 Subject: [PATCH] Update poetry publish version --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index cf63ac38..534f5bcc 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,14 +12,14 @@ jobs: # publish to pypi - if: github.event_name == 'release' name: Build and publish to pypi - uses: JRubics/poetry-publish@v1.16 + uses: JRubics/poetry-publish@v1 with: pypi_token: ${{ secrets.PYPI_TOKEN }} plugins: "poetry-dynamic-versioning-plugin" # publish to testpypi - if: github.event_name != 'release' name: Build and publish to testpypi - uses: JRubics/poetry-publish@v1.16 + uses: JRubics/poetry-publish@v1 with: repository_name: "testpypi" repository_url: "https://test.pypi.org/legacy/"