From fbabf9e8f9451cf799f9b43a20ddae1fe9b0dbac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 17:42:50 +0100 Subject: [PATCH] chore(deps): update abatilo/actions-poetry action to v3 (#46) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 85dba13..962fba1 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.12" - - uses: abatilo/actions-poetry@v2 + - uses: abatilo/actions-poetry@v3 - run: poetry self add "poetry-dynamic-versioning[plugin]" - run: poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }} - run: poetry publish --build