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 83bfe7c commit 8a8537eCopy full SHA for 8a8537e
.github/workflows/deploy-wheels.yml
@@ -98,7 +98,7 @@ jobs:
98
needs: [build_wheels_win_32, build_wheels_win_64]
99
runs-on: ubuntu-latest
100
# upload to PyPI test on every tag starting with 'v'
101
- # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
102
steps:
103
- uses: actions/download-artifact@v2
104
with:
0 commit comments