Skip to content

Commit dd53b62

Browse files
committed
update cibuildwheel to 2.20.0
1 parent 6e11368 commit dd53b62

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/wheel.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,19 @@ jobs:
3232
make cython
3333
3434
- name: Build
35-
uses: pypa/cibuildwheel@v2.17.0
35+
uses: pypa/cibuildwheel@v2.20.0
3636
env:
3737
CIBW_TEST_REQUIRES: "pytest"
3838
CIBW_TEST_COMMAND: "pytest {package}/test"
3939
CIBW_ARCHS_LINUX: auto aarch64
4040
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
4141
CIBW_SKIP: pp*
4242

43-
- name: Build pure Python wheel
43+
- name: Build sdist
4444
if: runner.os == 'Linux'
45-
env:
46-
MSGPACK_PUREPYTHON: "1"
4745
run: |
4846
pip install build
49-
python -m build -w -o wheelhouse
47+
python -m build -s -o wheelhouse
5048
5149
- name: Upload Wheels to artifact
5250
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)