From 59ea01a1e114ed8a1cdc7275bb7aa88baf3fa4bc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 8 Jan 2025 15:27:52 +0000 Subject: [PATCH] chore(deps): update jrubics/poetry-publish action to v1.17 --- .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 d4db895..7f5fde9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,6 +12,6 @@ jobs: - uses: actions/checkout@v4 - name: Build and publish to pypi - uses: JRubics/poetry-publish@v1.16 + uses: JRubics/poetry-publish@v1.17 with: pypi_token: ${{ secrets.PYPI_API_TOKEN }}