mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-12-07 13:49:56 +00:00
update cython and cibuildwheel (#658)
This commit is contained in:
parent
c1ecd23dbf
commit
f9806368ae
2 changed files with 3 additions and 3 deletions
4
.github/workflows/wheel.yml
vendored
4
.github/workflows/wheel.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
name: Build wheels on ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: "3.x"
|
||||
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
make cython
|
||||
|
||||
- name: Build
|
||||
uses: pypa/cibuildwheel@v3.2.0
|
||||
uses: pypa/cibuildwheel@v3.3.0
|
||||
env:
|
||||
CIBW_TEST_REQUIRES: "pytest"
|
||||
CIBW_TEST_COMMAND: "pytest {package}/test"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
Cython==3.1.4
|
||||
Cython==3.2.1
|
||||
setuptools==78.1.1
|
||||
build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue