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