Skip to content

Commit 32e1e82

Browse files
committed
ci: update build config
1 parent e886691 commit 32e1e82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/make_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
submodules: true
3333

3434
- name: Build wheels
35-
uses: pypa/cibuildwheel@v3.0.0
35+
uses: pypa/cibuildwheel@v3.1.4
3636
env:
3737
CIBW_PLATFORM: ${{ matrix.platform || 'auto' }}
3838

@@ -51,7 +51,7 @@ jobs:
5151
submodules: true
5252
- name: Build sdist
5353
run: |
54-
pip install Cython setuptools wheel setuptools
54+
pip install -U Cython packaging setuptools wheel
5555
python setup.py build_ext --inplace --cython
5656
python setup.py sdist
5757

0 commit comments

Comments
 (0)