We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe058bf commit 54a9867Copy full SHA for 54a9867
.github/workflows/build_wheels.yml
@@ -48,7 +48,7 @@ jobs:
48
runs-on: ubuntu-latest
49
50
# upload to PyPI on every release
51
- if: github.event_name == 'release'
+ if: github.event.type == 'ReleaseEvent'
52
steps:
53
- uses: actions/download-artifact@v3
54
with:
0 commit comments