Skip to content

Commit ce2d5f3

Browse files
dependabot[bot]RUrlus
authored andcommitted
CICD: Bump pypa/cibuildwheel from 3.2.0 to 3.2.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3309063 commit ce2d5f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
-DCMAKE_INSTALL_PREFIX="$HOME/.local/libomp"
8181
cmake --build openmp_build --target install --config Release
8282
83-
- uses: pypa/cibuildwheel@v3.2.0
83+
- uses: pypa/cibuildwheel@v3.2.1
8484
env:
8585
CIBW_ENVIRONMENT: CMAKE_ARGS="-DSDTN_ENABLE_ARCH_FLAGS=OFF -DSDTN_ENABLE_OPENMP=ON -DSDTN_DISABLE_OPENMP=OFF"
8686
CIBW_TEST_COMMAND: pytest {project}/tests && python -c "from sparse_dot_topn import _has_openmp_support;assert _has_openmp_support"
@@ -137,7 +137,7 @@ jobs:
137137
-DCMAKE_INSTALL_PREFIX="/usr/local"
138138
cmake --build openmp_build --target install --config Release
139139
140-
- uses: pypa/cibuildwheel@v3.2.0
140+
- uses: pypa/cibuildwheel@v3.2.1
141141
env:
142142
# only build for x86_64, arm wheels are build seperately
143143
CIBW_ARCHS: "x86_64"

0 commit comments

Comments
 (0)