Skip to content

Commit

Permalink
Merge pull request #5 from Innoptech/build-wheels-for-multiple-os
Browse files Browse the repository at this point in the history
Build wheels for multiple os
  • Loading branch information
jeanchristopheruel authored May 28, 2024
2 parents 2be63c7 + 5f83aae commit 7648a5d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,7 @@ jobs:
- name: Sign the dists with Sigstore
uses: sigstore/[email protected]
with:
inputs: >-
./dist/*.tar.gz
./dist/*.whl
inputs: ./dist/*.whl
- name: Create GitHub Release
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 7648a5d

Please sign in to comment.