We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e886691 commit 32e1e82Copy full SHA for 32e1e82
1 file changed
.github/workflows/make_release.yml
@@ -32,7 +32,7 @@ jobs:
32
submodules: true
33
34
- name: Build wheels
35
- uses: pypa/cibuildwheel@v3.0.0
+ uses: pypa/cibuildwheel@v3.1.4
36
env:
37
CIBW_PLATFORM: ${{ matrix.platform || 'auto' }}
38
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Build sdist
53
run: |
54
- pip install Cython setuptools wheel setuptools
+ pip install -U Cython packaging setuptools wheel
55
python setup.py build_ext --inplace --cython
56
python setup.py sdist
57
0 commit comments