File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,23 +54,17 @@ jobs:
5454 path : |
5555 ~/.cache/cibuildwheel
5656 ~/Library/Caches/cibuildwheel
57+ C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache
5758 key : cibuildwheel-${{ runner.os }}
5859
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 }}
60+ - name : Install virtualenv
61+ run : python -m pip install virtualenv
6762
6863 - name : Build wheels
6964 uses : pypa/cibuildwheel@v2.21
7065 env :
7166 CIBW_SKIP : " pp38-*"
7267 CIBW_BUILD_VERBOSITY : 1
73-
7468 - name : Upload wheels
7569 uses : actions/upload-artifact@v4
7670 with :
You can’t perform that action at this time.
0 commit comments