Skip to content

Commit

Permalink
Always upload wheels to release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiliin authored Jul 29, 2024
1 parent 9ba4039 commit 1e07666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
path: ./wheelhouse/*.whl

- name: Upload wheels to release
if: github.event_name == 'release'
if: always() && github.event_name == 'release'
shell: bash
run: |
gh release upload ${{ github.ref_name }} ./wheelhouse/*.whl --clobber
Expand Down

0 comments on commit 1e07666

Please sign in to comment.