Skip to content

Commit

Permalink
Update release.yml, fix GH publish (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatarya authored Jan 10, 2025
1 parent bb75c0b commit 4522f90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
- name: Publish to GitHub Releases
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release upload ${{github.event.release.tag_name}} wheels-*/*
gh release upload ${{github.event.release.tag_name}} wheels-*/*

0 comments on commit 4522f90

Please sign in to comment.