From e070e92be2a4d4d52a000d8ec6123ab43408ff45 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 2 Oct 2025 09:15:29 -0400 Subject: [PATCH] Update pypi.yml --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 235f7eab..b125502f 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -30,6 +30,6 @@ jobs: python -m build - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 with: attestation: true