File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 11name : Build bitshuffle wheels and upload to PyPI
22
3- on : [pull_request]
3+ on :
4+ workflow_dispatch :
5+ release :
6+ types :
7+ - published
48
59jobs :
610 build_wheels :
7680 needs : [build_wheels, build_sdist]
7781 runs-on : ubuntu-latest
7882 # Upload to PyPI on every tag
79- if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
83+ # if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
8084 # Alternatively, to publish when a GitHub Release is created, use the following rule:
81- # if: github.event_name == 'release' && github.event.action == 'published'
85+ if : github.event_name == 'release' && github.event.action == 'published'
8286 steps :
8387 - uses : actions/download-artifact@v2
8488 with :
You can’t perform that action at this time.
0 commit comments