We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ea37e commit c17581cCopy full SHA for c17581c
.github/workflows/build.yml
@@ -56,6 +56,15 @@ jobs:
56
~/Library/Caches/cibuildwheel
57
key: cibuildwheel-${{ runner.os }}
58
59
+ - name: Pre-download virtualenv
60
+ run: |
61
+ mkdir -p ~/Library/Caches/cibuildwheel
62
+ curl -L -H "Authorization: Bearer $GITHUB_TOKEN" \
63
+ https://github.com/pypa/get-virtualenv/raw/20.26.6/public/virtualenv.pyz \
64
+ -o ~/Library/Caches/cibuildwheel/virtualenv-20.26.6.pyz
65
+ env:
66
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67
+
68
- name: Build wheels
69
uses: pypa/cibuildwheel@v2.21
70
env:
0 commit comments