Skip to content

Commit 863b96c

Browse files
authored
Revert "Bump pypa/cibuildwheel from 2.22.0 to 3.1.2 (#488)"
This reverts commit 766d38e.
1 parent 766d38e commit 863b96c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_and_upload.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
with:
153153
install: true
154154
- name: Build wheels on ${{matrix.arch}}
155-
uses: pypa/cibuildwheel@v3.1.2
155+
uses: pypa/cibuildwheel@v2.22.0
156156
env:
157157
CIBW_BUILD: ${{matrix.CIBW_BUILD}}
158158
CIBW_ENVIRONMENT: ""
@@ -193,7 +193,7 @@ jobs:
193193
set -eux
194194
brew install eigen nlohmann-json libomp
195195
- name: Build wheels on macos x86_64
196-
uses: pypa/cibuildwheel@v3.1.2
196+
uses: pypa/cibuildwheel@v2.22.0
197197
env:
198198
CIBW_SKIP: "pp*"
199199
CIBW_PLATFORM: macos
@@ -225,7 +225,7 @@ jobs:
225225
set -eux
226226
brew install eigen nlohmann-json libomp
227227
- name: Build wheels on macos arm64
228-
uses: pypa/cibuildwheel@v3.1.2
228+
uses: pypa/cibuildwheel@v2.22.0
229229
env:
230230
CIBW_SKIP: "pp*"
231231
CIBW_PLATFORM: macos
@@ -266,7 +266,7 @@ jobs:
266266
vcpkg --triplet x64-windows install nlohmann-json
267267
vcpkg integrate install
268268
- name: Build wheels on ${{ matrix.CIBW_PLATFORM }} ${{matrix.arch}}
269-
uses: pypa/cibuildwheel@v3.1.2
269+
uses: pypa/cibuildwheel@v2.22.0
270270
env:
271271
CIBW_ENVIRONMENT: ${{ matrix.CIBW_ENVIRONMENT }}
272272
CIBW_PLATFORM: ${{ matrix.CIBW_PLATFORM }}

0 commit comments

Comments
 (0)