Merge pull request 'chore(deps): update jrubics/poetry-publish action to v2' (#14) from renovate/jrubics-poetry-publish-2.x into main
All checks were successful
Python Linters / pylint (push) Successful in 1m4s
Python Linters / formatting (push) Successful in 56s
Python Linters / mypy (push) Successful in 59s
REUSE Compliance / reuse (push) Successful in 10s
Selftests / test-build-install (push) Successful in 53s
Selftests / test-sync (push) Successful in 1m17s

Reviewed-on: #14
This commit was merged in pull request #14.
This commit is contained in:
2024-02-09 09:46:14 +01:00

View File

@@ -13,6 +13,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Build and publish to PyPI - name: Build and publish to PyPI
uses: https://github.com/JRubics/poetry-publish@v1.17 uses: https://github.com/JRubics/poetry-publish@v2.0
with: with:
pypi_token: ${{ secrets.PYPI_TOKEN }} pypi_token: ${{ secrets.PYPI_TOKEN }}