Skip to content

Commit a8b32dd

Browse files
Bump pypa/cibuildwheel from 3.4.0 to 3.4.1 (#95)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ab18d4f commit a8b32dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v3.4.0
390+
uses: pypa/cibuildwheel@v3.4.1
391391
env:
392392
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
393393
- uses: actions/upload-artifact@v7

0 commit comments

Comments
 (0)