Skip to content

Commit

Permalink
cibuildwheel now builds musllinux
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Jan 9, 2025
1 parent bd77dc2 commit 77d7f17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
- name: Build wheel
uses: pypa/[email protected]
env:
CIBW_SKIP: cp2* cp35* pp* cp313*
CIBW_SKIP: cp2* cp35* pp* cp313* *musllinux*
CIBW_TEST_COMMAND: pytest --regression {package}/tests
# CIBW_TEST_COMMAND: pwd && ls && python3 -c "import pycbf, pathlib; print(pycbf.__path__ + '\n'); print(list(pathlib.Path(pycbf.__path__).parent.iterdir()))"
# CIBW_BEFORE_TEST: pip install pytest dials-data

Expand Down

0 comments on commit 77d7f17

Please sign in to comment.