Skip to content

Commit 93a4e20

Browse files
authored
Updating publication action yaml.
1 parent 2e849db commit 93a4e20

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/whole-mapel-pub.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
build-python-wheels-and-sdists:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- name: Set up Python
26-
uses: actions/setup-python@v3
26+
uses: actions/setup-python@v5
2727
with:
2828
python-version: '3.11'
2929
- name: Install dependencies
@@ -67,10 +67,12 @@ jobs:
6767
steps:
6868
- uses: actions/checkout@v3
6969
- 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"
7476
with:
7577
package-dir: 'mapel-elections'
7678
output-dir: '${{ env.WHL_HOUSE }}'

0 commit comments

Comments
 (0)