chore(deps): update jrubics/poetry-publish action to v2
All checks were successful
Python Linters / pylint (pull_request) Successful in 1m0s
Python Linters / formatting (pull_request) Successful in 50s
Python Linters / mypy (pull_request) Successful in 50s
REUSE Compliance / reuse (pull_request) Successful in 20s
Selftests / test-build-install (pull_request) Successful in 53s
Selftests / test-sync (pull_request) Successful in 1m12s

This commit is contained in:
2024-02-08 23:04:26 +00:00
parent 8bcadaab3f
commit 75fee2d622

View File

@@ -13,6 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- 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:
pypi_token: ${{ secrets.PYPI_TOKEN }}