We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 372e260 commit 7042fb3Copy full SHA for 7042fb3
.github/workflows/publish-to-pypi.yml
@@ -119,12 +119,6 @@ jobs:
119
with:
120
name: python-package-distributions
121
path: dist/
122
- - name: Sign the dists with Sigstore
123
- uses: sigstore/gh-action-sigstore-python@v1.2.3
124
- with:
125
- inputs: >-
126
- ./dist/*.tar.gz
127
- ./dist/*.whl
128
- name: Create GitHub Release
129
env:
130
GITHUB_TOKEN: ${{ github.token }}
0 commit comments