Skip to content

Commit 4e1560a

Browse files
Build all wheels
1 parent e3d836a commit 4e1560a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish-sdist-wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
apt_options: -o Acquire::Retries=3
66

77
CIBW_BUILD_VERBOSITY: 1
8-
CIBW_BUILD: '*musllinux*'
8+
CIBW_BUILD: 'cp*'
99
CIBW_SKIP: 'cp35-* cp36-* cp37-* cp38-* *-manylinux_i686 *-win32'
1010
CIBW_BEFORE_TEST: pip install -r {project}/tests/requirement_tests.txt
1111
CIBW_TEST_COMMAND: pytest -s -v {project}/tests
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
# macos-13 is an intel runner, macos-14 is apple silicon
25-
os: [ubuntu-24.04]
25+
os: [ubuntu-24.04, windows-2022, macos-13, macos-14]
2626

2727
steps:
2828
- uses: actions/checkout@v4
@@ -62,8 +62,8 @@ jobs:
6262
# there are no h5py wheels for musllinux
6363
# h5py needs hdf5-dev to compile from source
6464
apk update || true
65-
apk add --no-cache hdf5-dev 2>/dev/null || true
66-
apk add --no-cache gcompat || true
65+
apk add hdf5-dev 2>/dev/null || true
66+
apk add gcompat || true
6767
pip install -r {project}/tests/requirement_tests.txt
6868
run: |
6969
# used by setup.py to decide if to set `FindHDF5` to use static hdf5 libraries

0 commit comments

Comments
 (0)