File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 21
21
build-python-wheels-and-sdists :
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- name : Set up Python
26
- uses : actions/setup-python@v3
26
+ uses : actions/setup-python@v5
27
27
with :
28
28
python-version : ' 3.11'
29
29
- name : Install dependencies
@@ -67,10 +67,12 @@ jobs:
67
67
steps :
68
68
- uses : actions/checkout@v3
69
69
- name : Build mapel-elections wheels
70
- uses : pypa/cibuildwheel@v2.16.5
71
- # env:
72
- # CIBW_SOME_OPTION: value
73
- # ...
70
+ uses : pypa/cibuildwheel@v2.20.0
71
+ env :
72
+ # We skip old versions of cPython, and all PyPy
73
+ # because the C++ extension is incompatible with PyPy
74
+ CIBW_SKIP : " cp36-* pp37-* pp38-* pp39-* pp310-*"
75
+ CIBW_BUILD_FRONTEND : " build"
74
76
with :
75
77
package-dir : ' mapel-elections'
76
78
output-dir : ' ${{ env.WHL_HOUSE }}'
You can’t perform that action at this time.
0 commit comments