Skip to content

Commit dc3137a

Browse files
committed
fix: always run PyPI push on workflow dispatch
1 parent b2a58ba commit dc3137a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
needs: build_wheels
3333
runs-on: ubuntu-18.04
3434

35-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
35+
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
3636

3737
steps:
3838
- uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)