Skip to content

Commit 899d249

Browse files
committed
Pin cibuildwheel version to allow py 3.7 publishing
1 parent 6520402 commit 899d249

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.13.1
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.13.1
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.13.1
8686

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

0 commit comments

Comments
 (0)