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 d3b5a81 commit c950886Copy full SHA for c950886
.github/workflows/release.yml
@@ -38,7 +38,9 @@ jobs:
38
needs:
39
- pure-python-wheel-and-sdist
40
runs-on: ubuntu-latest
41
- if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
+ if: |
42
+ (github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')) ||
43
+ (github.event_name == 'workflow_dispatch' && startsWith(github.event.ref, 'refs/tags'))
44
45
steps:
46
- uses: actions/download-artifact@v2
0 commit comments