Skip to content

Commit 728d7d9

Browse files
committed
WIP: try 2.0.0b1
1 parent b91c4d0 commit 728d7d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
submodules: true
9494

95-
- uses: pypa/cibuildwheel@v2.0.0a4
95+
- run: pipx run --spec cibuildwheel==2.0.0b1 cibuildwheel
9696
env:
9797
CIBW_BUILD: cp38-win_amd64 cp310-manylinux_i686 cp37-macosx_x86_64
9898
CIBW_BUILD_VERBOSITY: 1

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
platforms: all
6060

61-
- uses: pypa/cibuildwheel@v2.0.0a4
61+
- run: pipx run --spec cibuildwheel==2.0.0b1 cibuildwheel
6262
env:
6363
CIBW_BUILD: cp${{ matrix.python }}-*
6464
CIBW_ARCHS: ${{ matrix.arch }}
@@ -110,7 +110,7 @@ jobs:
110110
with:
111111
submodules: true
112112

113-
- uses: pypa/cibuildwheel@v2.0.0a4
113+
- run: pipx run --spec cibuildwheel==2.0.0b1 cibuildwheel
114114
env:
115115
CIBW_BUILD: ${{ matrix.build }}
116116
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.CIBW_MANYLINUX_I686_IMAGE }}

0 commit comments

Comments
 (0)