From 5f56c06e3a7fb455914d1856220e15088ca2351e Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Fri, 15 Nov 2024 13:46:12 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20pypa/gh-action-py?= =?UTF-8?q?pi-publish=20action=20to=20v1.12.2=20(#626)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 49724fe..a6a6078 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -44,8 +44,7 @@ jobs: - name: 🏗 Build package run: poetry build --no-interaction - name: 🚀 Publish package to PyPi - uses: pypa/gh-action-pypi-publish@release/v1 - + uses: pypa/gh-action-pypi-publish@v1.12.2 twitter: name: 🐦 Tweet the release runs-on: ubuntu-latest