Skip to content

Commit bc5cead

Browse files
CICD: Bump pypa/cibuildwheel from 3.1.1 to 3.1.3 (#80)
* CICD: Bump pypa/cibuildwheel from 3.1.1 to 3.1.3 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.1.1 to 3.1.3. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.1.1...v3.1.3) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * CICD: Use cibuildwheel action consistently --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ralph Urlus <rurlus.dev@gmail.com>
1 parent 827a92c commit bc5cead

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,7 @@ jobs:
8080
-DCMAKE_INSTALL_PREFIX="$HOME/.local/libomp"
8181
cmake --build openmp_build --target install --config Release
8282
83-
- name: Install cibuildwheel
84-
run: python -m pip install cibuildwheel==3.0.0
85-
86-
- name: Build wheels
87-
run: python -m cibuildwheel --output-dir wheelhouse
83+
- uses: pypa/cibuildwheel@v3.1.3
8884
env:
8985
CIBW_ENVIRONMENT: CMAKE_ARGS="-DDIPTEST_ENABLE_ARCH_FLAGS=OFF -DDIPTEST_ENABLE_OPENMP=ON"
9086
CIBW_TEST_COMMAND: pytest {project}/tests && python -c "from diptest import _has_openmp_support; assert _has_openmp_support"
@@ -141,7 +137,7 @@ jobs:
141137
-DCMAKE_INSTALL_PREFIX="/usr/local"
142138
cmake --build openmp_build --target install --config Release
143139
144-
- uses: pypa/cibuildwheel@v3.1.1
140+
- uses: pypa/cibuildwheel@v3.1.3
145141
env:
146142
# only build for x86_64, arm wheels are build seperately
147143
CIBW_ARCHS: "x86_64"

0 commit comments

Comments
 (0)