Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into efficient-swc-build
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeplf committed Oct 9, 2024
2 parents 6e94260 + e7e8bd1 commit 903f592
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-sdist-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:

CIBW_BUILD_VERBOSITY: 1
CIBW_BUILD: 'cp*'
CIBW_SKIP: 'cp35-* cp36-* cp37-* cp313-* *-manylinux_i686 *-musllinux_* *-win32'
CIBW_SKIP: 'cp35-* cp36-* cp37-* cp38-* *-manylinux_i686 *-musllinux_* *-win32'
CIBW_BEFORE_TEST: pip install -r {project}/tests/requirement_tests.txt
CIBW_TEST_COMMAND: pytest -s -v {project}/tests
UNIXY_HDF5_VERSION: 1.14.3
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Cache HDF5 On Linux/macOS
if: runner.os == 'Linux' || runner.os == 'macOS'
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-hdf5-posix
env:
cache-name: cache-hdf5-posix
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Cache HDF5 On Windows
if: runner.os == 'Windows'
id: cache-hdf5-windows
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-hdf5-windows
with:
Expand Down

0 comments on commit 903f592

Please sign in to comment.