mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 12:03:15 +00:00
update cibuildwheel to 2.20.0 (#618)
This commit is contained in:
parent
6e11368f5d
commit
9e26d80ab2
1 changed files with 3 additions and 5 deletions
8
.github/workflows/wheel.yml
vendored
8
.github/workflows/wheel.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
make cython
|
make cython
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: pypa/cibuildwheel@v2.17.0
|
uses: pypa/cibuildwheel@v2.20.0
|
||||||
env:
|
env:
|
||||||
CIBW_TEST_REQUIRES: "pytest"
|
CIBW_TEST_REQUIRES: "pytest"
|
||||||
CIBW_TEST_COMMAND: "pytest {package}/test"
|
CIBW_TEST_COMMAND: "pytest {package}/test"
|
||||||
|
@ -40,13 +40,11 @@ jobs:
|
||||||
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
|
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
|
||||||
CIBW_SKIP: pp*
|
CIBW_SKIP: pp*
|
||||||
|
|
||||||
- name: Build pure Python wheel
|
- name: Build sdist
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
env:
|
|
||||||
MSGPACK_PUREPYTHON: "1"
|
|
||||||
run: |
|
run: |
|
||||||
pip install build
|
pip install build
|
||||||
python -m build -w -o wheelhouse
|
python -m build -s -o wheelhouse
|
||||||
|
|
||||||
- name: Upload Wheels to artifact
|
- name: Upload Wheels to artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue