Compare commits

..

2 Commits

Author SHA1 Message Date
99edf04456 chore(deps): update all-dev-dependencies
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Python Linters / pylint (pull_request) Successful in 36s
Python Linters / formatting (pull_request) Successful in 36s
REUSE Compliance / reuse (pull_request) Successful in 6s
Python Linters / mypy (pull_request) Successful in 32s
Selftests / test-build-install (pull_request) Successful in 37s
Selftests / test-sync (pull_request) Successful in 50s
REUSE Compliance / reuse (push) Successful in 11s
Python Linters / mypy (push) Successful in 1m2s
Python Linters / pylint (push) Successful in 1m11s
Python Linters / formatting (push) Successful in 1m14s
Selftests / test-sync (push) Successful in 52s
Selftests / test-build-install (push) Successful in 1m6s
2025-03-24 21:57:11 +00:00
ad310c1627 chore(deps): update https://github.com/jrubics/poetry-publish action to v2.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Python Linters / pylint (pull_request) Successful in 37s
REUSE Compliance / reuse (pull_request) Successful in 8s
Python Linters / formatting (pull_request) Successful in 34s
Python Linters / mypy (pull_request) Successful in 33s
Selftests / test-build-install (pull_request) Successful in 36s
Selftests / test-sync (pull_request) Successful in 57s
Python Linters / formatting (push) Successful in 35s
Python Linters / pylint (push) Successful in 38s
Python Linters / mypy (push) Successful in 37s
REUSE Compliance / reuse (push) Successful in 8s
Selftests / test-build-install (push) Successful in 34s
Selftests / test-sync (push) Successful in 56s
2025-03-24 21:51:54 +00:00

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@v2.0
uses: https://github.com/JRubics/poetry-publish@v2.1
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}