From e6e9cc1896392a725affc878618a85f29b92875b Mon Sep 17 00:00:00 2001 From: Mathias Oterhals Myklebust Date: Wed, 11 Mar 2026 11:13:25 +0100 Subject: [PATCH] fix(release): bump poetry-core and pypa/gh-action-pypi-publish --- .github/workflows/release.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"