File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 64
64
if : github.ref == 'refs/heads/master'
65
65
steps :
66
66
- name : Checkout
67
- uses : actions/checkout@v3
67
+ uses : actions/checkout@v4
68
68
69
69
- name : Build & test
70
70
uses : uraimo/run-on-arch-action@v2
Original file line number Diff line number Diff line change 32
32
platforms : all
33
33
34
34
- name : Install cibuildwheel
35
- run : python -m pip install cibuildwheel==2.20.0
35
+ run : python -m pip install cibuildwheel==2.21.3
36
36
37
37
- name : Build wheels
38
38
run : python -m cibuildwheel --output-dir wheelhouse
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ environment:
19
19
PYTHON : ' C:\Python312\python.exe'
20
20
- GENERATOR : ' Visual Studio 14 Win64'
21
21
PYTHON : ' C:\Python312-x64\python.exe'
22
+ - GENERATOR : ' Visual Studio 14'
23
+ PYTHON : ' C:\Python313\python.exe'
24
+ - GENERATOR : ' Visual Studio 14 Win64'
25
+ PYTHON : ' C:\Python313-x64\python.exe'
22
26
23
27
matrix :
24
28
fast_finish : true
You can’t perform that action at this time.
0 commit comments