chore(deps): update abatilo/actions-poetry action to v3 (#46)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-06-09 17:42:50 +01:00 committed by GitHub
parent 2005f1588f
commit fbabf9e8f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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