Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9e26d80

Browse filesBrowse files
authored
update cibuildwheel to 2.20.0 (#618)
1 parent 6e11368 commit 9e26d80
Copy full SHA for 9e26d80

File tree

1 file changed

+3
-5
lines changed
Filter options

1 file changed

+3
-5
lines changed

‎.github/workflows/wheel.yml

Copy file name to clipboardExpand all lines: .github/workflows/wheel.yml
+3-5Lines changed: 3 additions & 5 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.