mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-06-18 13:42:25 +00:00
skip ci: remove unneeded CIBW_SKIP option
This commit is contained in:
parent
cdde1b0d63
commit
97ba6ca0d2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/wheel.yml
vendored
2
.github/workflows/wheel.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
env:
|
||||
CIBW_TEST_REQUIRES: "pytest"
|
||||
CIBW_TEST_COMMAND: "pytest {package}/test"
|
||||
CIBW_SKIP: "pp* cp38-* cp39-* cp310-win_arm64"
|
||||
CIBW_SKIP: "cp38-* cp39-* cp310-win_arm64"
|
||||
CIBW_ARCHS: ${{ matrix.cibw_archs || 'auto' }}
|
||||
|
||||
- name: Build sdist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue