diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7b5fc70..9090c6c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -208,7 +208,7 @@ jobs: path: "dist/" - name: "Publish dists to PyPI" - uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3 + uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4 with: attestations: true @@ -229,7 +229,7 @@ jobs: path: "dist/" - name: "Publish dists to Test PyPI" - uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3 + uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4 with: repository-url: https://test.pypi.org/legacy/ attestations: true