Skip to content

Commit 8a8537e

Browse files
authored
Update deploy-wheels.yml
1 parent 83bfe7c commit 8a8537e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
needs: [build_wheels_win_32, build_wheels_win_64]
9999
runs-on: ubuntu-latest
100100
# upload to PyPI test on every tag starting with 'v'
101-
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
101+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
102102
steps:
103103
- uses: actions/download-artifact@v2
104104
with:

0 commit comments

Comments
 (0)