Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 7577886

Browse files
committed
test
1 parent 21a31c4 commit 7577886

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

+4-3
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: 3
8-
CIBW_BUILD: 'cp*'
8+
CIBW_BUILD: 'cp310-*'
99
CIBW_SKIP: 'cp35-* cp36-* cp37-* *-musllinux_* *-manylinux_i686'
1010
CIBW_TEST_COMMAND: ( cd {project}/python/tests; python -m unittest -v )
1111

@@ -18,7 +18,8 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
matrix:
21-
os: [ubuntu-20.04, macos-latest]
21+
os: [macos-latest, ]
22+
#os: [ubuntu-20.04, macos-latest]
2223

2324
steps:
2425
- uses: actions/checkout@v3
@@ -64,7 +65,7 @@ jobs:
6465
ln -s $PWD/src-cache /Users/runner/work/src-cache
6566
bash ci/hdf5-build.sh /Users/runner/work/src-cache
6667
UNIXY_AEC_VERSION: 1.0.4
67-
UNIXY_HDF5_VERSION: 1.14.2
68+
UNIXY_HDF5_VERSION: 1.12.2
6869
run: |
6970
# x86_64 macOS allows for cross compilation; first we do arm64,
7071
# only for the 11.0 target; and store in the cache the compiled code...

0 commit comments

Comments
 (0)