From 653a2bdb924088ec207f89aa1c5144f1debbf152 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Mon, 18 Nov 2024 00:02:56 +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(#203)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/.github/workflows/release.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.github/workflows/release.yaml.j2 b/template/.github/workflows/release.yaml.j2 index f3ef887..f5e5583 100644 --- a/template/.github/workflows/release.yaml.j2 +++ b/template/.github/workflows/release.yaml.j2 @@ -44,7 +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 {%- if tweet_on_release %} tweet: