fix: wheel builds on released (#52)
This commit is contained in:
parent
6fa12b2ffa
commit
6259fb2997
4
.github/workflows/wheels.yml
vendored
4
.github/workflows/wheels.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user