Skip to content

Commit 7cee4f6

Browse files
Bump pypa/cibuildwheel from 2.23.3 to 3.0.0 (#57)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.23.3 to 3.0.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.23.3...v3.0.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 34e020b commit 7cee4f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ jobs:
387387
run: |
388388
make cythonize
389389
- name: Build wheels
390-
uses: pypa/cibuildwheel@v2.23.3
390+
uses: pypa/cibuildwheel@v3.0.0
391391
env:
392392
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
393393
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)