diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 58e2a0d..b679576 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -47,7 +47,7 @@ jobs: - name: 🏗 Build package run: poetry build --no-interaction - name: 🚀 Publish to PyPi - uses: pypa/gh-action-pypi-publish@v1.9.0 + uses: pypa/gh-action-pypi-publish@v1.12.2 with: verbose: true print-hash: true diff --git a/pyproject.toml b/pyproject.toml index f8569bd..d2a58d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -141,5 +141,5 @@ max-branches = 15 max-statements = 60 [build-system] -requires = ["poetry-core>=1.0.0"] +requires = ["poetry-core>=1.9.0"] build-backend = "poetry.core.masonry.api"