Skip to content

Commit c76670c

Browse files
committed
fix windows
1 parent c17581c commit c76670c

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)