Skip to content

Commit

Permalink
fix: always run PyPI push on workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Jan 29, 2023
1 parent b2a58ba commit dc3137a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
needs: build_wheels
runs-on: ubuntu-18.04

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

steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit dc3137a

Please sign in to comment.