Skip to content

Commit 63dbb7a

Browse files
authored
Update build_dev.yml
1 parent 22266cd commit 63dbb7a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build_dev.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,12 @@ jobs:
110110
python-version: '3.x'
111111

112112
- name: Build wheel
113-
uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # 2.22
113+
run: |
114+
python -m pip install --upgrade pip
115+
python -m pip install cibuildwheel==2.22.0
116+
python -m cibuildwheel --output-dir wheelhouse
114117
env:
115-
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
118+
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
116119

117120
- uses: actions/upload-artifact@v3
118121
with:

0 commit comments

Comments
 (0)