Skip to content

Commit

Permalink
allow wheel build for alpha versions for docker development
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalGawor committed Aug 7, 2024
1 parent 107289f commit 0a01115
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+rc[x0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-rc[x0-9]+'
- '[0-9]+.[0-9]+.[0-9]+a[x0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-a[x0-9]+'
pull_request:
release:
types: [published]
Expand Down

0 comments on commit 0a01115

Please sign in to comment.