diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index ae1a786c..caf84f70 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -109,8 +109,9 @@ jobs: path: dist - name: "Sigstore sign package" - uses: sigstore/gh-action-sigstore-python@61f6a500bbfdd9a2a339cf033e5421951fbc1cd2 # v2.1.1 + uses: sigstore/gh-action-sigstore-python@f514d46b907ebcd5bedc05145c03b69c1edd8b46 # v3.0.0 with: + release-signing-artifacts: false inputs: | ./dist/*.tar.gz ./dist/*.whl @@ -125,7 +126,7 @@ jobs: # gh-action-pypi-publish has no option to ignore them. - name: "Remove sigstore signatures before uploading to PyPI" run: | - rm ./dist/*.sigstore + rm ./dist/*.sigstore.json - name: "Upload to PyPI" uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0