Skip to content

Commit

Permalink
gh release create for only whl and tar
Browse files Browse the repository at this point in the history
  • Loading branch information
webcoderz committed Jan 4, 2025
1 parent f0169c7 commit 51399a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
# sigstore-produced signatures and certificates.
run: >-
gh release upload
'${{ needs.build.outputs.new_tag }}' ./**
'${{ needs.build.outputs.new_tag }}' ./*.tar.gz ./*.whl
--repo '${{ github.repository }}'
push-store-image:
Expand Down

0 comments on commit 51399a5

Please sign in to comment.