From 4f929efb1a95ed648eb0dbf2706e2aa02785ba42 Mon Sep 17 00:00:00 2001 From: Nathaniel Starkman Date: Tue, 18 Aug 2026 23:52:43 -0400 Subject: [PATCH] =?UTF-8?q?Backport=20PR=20#48:=20=F0=9F=91=B7=20build:=20?= =?UTF-8?q?bump=20gh-action-pypi-publish=20to=20v1.14.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 871b563..7b0461e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -49,7 +49,7 @@ jobs: name: Packages path: dist - - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 + - uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 if: github.event_name == 'release' && github.event.action == 'published' with: repository-url: https://test.pypi.org/legacy/ @@ -69,4 +69,4 @@ jobs: name: Packages path: dist - - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 + - uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2