fix: wheel builds on released (#52)

This commit is contained in:
J. Nick Koston 2022-10-02 09:46:26 -10:00 committed by GitHub
parent 6fa12b2ffa
commit 6259fb2997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ name: Build
on:
release:
types:
- published
- released
jobs:
build_wheels:
@ -42,8 +42,6 @@ jobs:
runs-on: ubuntu-latest
environment: release
# alternatively, to publish when a GitHub Release is created, use the following rule:
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v3
with: