From 38d7f5d187d913d9c2ef17b98250221feecb41da Mon Sep 17 00:00:00 2001 From: Rene Fernandez Date: Tue, 17 Feb 2026 09:44:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Update=20poetry-publish=20action?= =?UTF-8?q?=20to=20version=202.1=20in=20CI=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pypi-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 1dda7cb..626c01b 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build and publish to pypi - uses: JRubics/poetry-publish@v1.17 + uses: JRubics/poetry-publish@v2.1 with: pypi_token: ${{ secrets.PYPI_TOKEN }} - ignore_dev_requirements: "yes" +