From 93b649657cb4ee7547fb082c6281211224df8216 Mon Sep 17 00:00:00 2001 From: "William (Lindy) Lindstrom" Date: Thu, 9 Jan 2025 17:50:44 +0000 Subject: [PATCH] github actions require version ref: ref to latest version added --- .github/workflows/pypi-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 1f335d24..0d0ecff8 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -26,4 +26,4 @@ jobs: poetry build -f wheel poetry build -f sdist - name: Publish to PyPI with pypi-publish (trusted publishing) - uses: pypa/gh-action-pypi-publish + uses: pypa/gh-action-pypi-publish@v1.12.3