Skip to content

Commit

Permalink
Update wheels action to upload files also with 'workflow_dispatch'
Browse files Browse the repository at this point in the history
  • Loading branch information
gregogiudici committed Feb 13, 2025
1 parent a73ff36 commit bb8a356
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 @@ -71,7 +71,7 @@ jobs:
name: Upload if release
needs: merge_wheels
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
if: github.event_name == 'release' && github.event.action == 'published' || github.event_name == 'workflow_dispatch'

steps:
- uses: actions/setup-python@v5
Expand Down

0 comments on commit bb8a356

Please sign in to comment.