Skip to content

Commit

Permalink
Merge pull request #3 from Innoptech/build-wheels-for-multiple-os
Browse files Browse the repository at this point in the history
fix: sigstore
  • Loading branch information
jeanchristopheruel authored May 28, 2024
2 parents 13c7136 + da98b8d commit 87dbe3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
path: dist
merge-multiple: true
- name: Sign the dists with Sigstore
uses: sigstore/gh-action-sigstore-python@v1.2.3
uses: sigstore/gh-action-sigstore-python@v2.1.1
with:
inputs: ./dist/*.tar.gz ./dist/*.whl
- name: Create GitHub Release
Expand Down

0 comments on commit 87dbe3d

Please sign in to comment.