Skip to content

Commit 8666de0

Browse files
committed
Merge pull request #58 from LeanderCS/optimize
Pin cibuildwheel version to allow py 3.7 publishing
2 parents e48afc1 + 899d249 commit 8666de0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-to-pypi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: 3.11
2525

2626
- name: Install build tools
27-
run: python -m pip install cibuildwheel
27+
run: python -m pip install cibuildwheel==2.23.3
2828

2929
- name: Build wheel with cibuildwheel
3030
env:
@@ -53,7 +53,7 @@ jobs:
5353
python-version: 3.11
5454

5555
- name: Install build tools
56-
run: python -m pip install cibuildwheel
56+
run: python -m pip install cibuildwheel==2.23.3
5757

5858
- name: Build wheel (manylinux-aarch64)
5959
env:
@@ -82,7 +82,7 @@ jobs:
8282
python-version: 3.11
8383

8484
- name: Install build tools
85-
run: python -m pip install cibuildwheel
85+
run: python -m pip install cibuildwheel==2.23.3
8686

8787
- name: Build wheel (musllinux-aarch64)
8888
env:

0 commit comments

Comments
 (0)