Skip to content

Commit 54a9867

Browse files
authored
Automated releases (#528)
1 parent fe058bf commit 54a9867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949

5050
# upload to PyPI on every release
51-
if: github.event_name == 'release'
51+
if: github.event.type == 'ReleaseEvent'
5252
steps:
5353
- uses: actions/download-artifact@v3
5454
with:

0 commit comments

Comments
 (0)