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 3b26893 commit fe058bfCopy full SHA for fe058bf
.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' && github.event.action == 'created'
+ if: github.event_name == 'release'
52
steps:
53
- uses: actions/download-artifact@v3
54
with:
0 commit comments