Skip to content

Commit

Permalink
fix: wheel builds on released
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Oct 2, 2022
1 parent 6fa12b2 commit d2accc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
on:
release:
types:
- published
- released

jobs:
build_wheels:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
environment: release

# alternatively, to publish when a GitHub Release is created, use the following rule:
if: github.event_name == 'release' && github.event.action == 'published'
if: github.event_name == 'release' && github.event.action == 'released'
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit d2accc0

Please sign in to comment.