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 a3f6472 commit 83bfe7cCopy full SHA for 83bfe7c
.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