Skip to content

Commit 7042fb3

Browse files
Update publish-to-pypi.yml
remove sigstore step
1 parent 372e260 commit 7042fb3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,6 @@ jobs:
119119
with:
120120
name: python-package-distributions
121121
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
128122
- name: Create GitHub Release
129123
env:
130124
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)