File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -634,7 +634,7 @@ jobs:
634634 uses: pypa/gh-action-pypi-publish@release/v1
635635
636636 - name : Sign the dists with Sigstore
637- uses : sigstore/gh-action-sigstore-python@v3.0.0
637+ uses : sigstore/gh-action-sigstore-python@v3.0.1
638638 with :
639639 inputs : >-
640640 ./dist/${{ needs.build-pure-python-dists.outputs.sdist-filename }}
Original file line number Diff line number Diff line change @@ -100,10 +100,10 @@ jobs:
100100 uses : actions/upload-artifact@v4
101101 with :
102102 name : ${{ inputs.dists-artifact-name }}-
103- ${{ inputs.os }}-
104- ${{ inputs.qemu }}-
105- ${{ inputs.tag }}-
106- ${{ steps.gha-artifact-name.outputs.hash }}
103+ ${{ inputs.os }}-
104+ ${{ inputs.qemu }}-
105+ ${{ inputs.tag }}-
106+ ${{ steps.gha-artifact-name.outputs.hash }}
107107 path : ./wheelhouse/*.whl
108108
109109...
You can’t perform that action at this time.
0 commit comments