Skip to content

Commit

Permalink
Use gh release instead of gh upload
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans committed Sep 16, 2023
1 parent 089688a commit 96d6e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
gh release upload '${{ github.ref_name }}' dist/** --repo '${{ github.repository }}'
gh release create '${{ github.ref_name }}' ./dist/*.tar.gz ./dist/*.whl --repo '${{ github.repository }}'

0 comments on commit 96d6e39

Please sign in to comment.