Skip to content

Commit

Permalink
Allow workflow-dispatch for wheel build.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Apr 3, 2023
1 parent 9d3a2dc commit c7d22cf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ name: Wheel build
on:
release:
types: [created]
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

permissions:
contents: write # to create GitHub release (softprops/action-gh-release)

jobs:
sdist:
Expand Down

0 comments on commit c7d22cf

Please sign in to comment.