From a8fef542b678419a544de3b68bfac9f54dce58a5 Mon Sep 17 00:00:00 2001 From: Chris Rink Date: Tue, 26 Nov 2024 10:50:31 -0500 Subject: [PATCH] Fix PyPI publishing action ref --- .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 6f8ecc7e..016a8c70 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -42,4 +42,4 @@ jobs: path: dist/ merge-multiple: true - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@release/v1.12.2 \ No newline at end of file + uses: pypa/gh-action-pypi-publish@v1.12.2 \ No newline at end of file