File tree 1 file changed +5
-4
lines changed
Filter options
1 file changed +5
-4
lines changed
Original file line number Diff line number Diff line change 33
33
env :
34
34
CIBW_ARCHS_MACOS : " x86_64 universal2 arm64"
35
35
MACOSX_DEPLOYMENT_TARGET : " 10.12"
36
+ CIBUILDWHEEL_VERSION : " 2.7.0"
36
37
strategy :
37
38
matrix :
38
39
os : [ubuntu-18.04, windows-latest, macos-10.15]
53
54
fetch-depth : 0
54
55
55
56
- name : Build wheels for CPython 3.10
56
- uses : pypa/cibuildwheel@v2.6.0
57
+ uses : pypa/cibuildwheel@v${{ env.CIBUILDWHEEL_VERSION }}
57
58
env :
58
59
CIBW_BUILD : " cp310-*"
59
60
CIBW_SKIP : " *-musllinux*"
66
67
CIBW_ARCHS : ${{ matrix.cibw_archs }}
67
68
68
69
- name : Build wheels for CPython 3.9
69
- uses : pypa/cibuildwheel@v2.6.0
70
+ uses : pypa/cibuildwheel@v${{ env.CIBUILDWHEEL_VERSION }}
70
71
env :
71
72
CIBW_BUILD : " cp39-*"
72
73
CIBW_SKIP : " *-musllinux*"
79
80
CIBW_ARCHS : ${{ matrix.cibw_archs }}
80
81
81
82
- name : Build wheels for CPython 3.8
82
- uses : pypa/cibuildwheel@v2.6.0
83
+ uses : pypa/cibuildwheel@v${{ env.CIBUILDWHEEL_VERSION }}
83
84
env :
84
85
CIBW_BUILD : " cp38-*"
85
86
CIBW_SKIP : " *-musllinux*"
92
93
CIBW_ARCHS : ${{ matrix.cibw_archs }}
93
94
94
95
- name : Build wheels for PyPy
95
- uses : pypa/cibuildwheel@v2.6.0
96
+ uses : pypa/cibuildwheel@v${{ env.CIBUILDWHEEL_VERSION }}
96
97
env :
97
98
CIBW_BUILD : " pp38-*"
98
99
CIBW_SKIP : " *-musllinux*"
You can’t perform that action at this time.
0 commit comments