We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e280d6f commit f1000a6Copy full SHA for f1000a6
.github/workflows/wheels_win_64.yml
@@ -38,7 +38,7 @@ jobs:
38
name: Upload to PyPI (prod)
39
needs: [build_wheels_for_win]
40
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
41
- runs-on: ubuntu-latest
+ runs-on: windows-latest
42
steps:
43
- uses: actions/download-artifact@v4
44
with:
0 commit comments