Skip to content

Commit 18d177b

Browse files
Bump pypa/cibuildwheel from 2.8.1 to 2.9.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.8.1 to 2.9.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.8.1...v2.9.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 83b37e2 commit 18d177b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- uses: actions/checkout@v2
113113
- uses: actions/setup-python@v2
114114
- name: Build wheels
115-
uses: pypa/cibuildwheel@v2.8.1
115+
uses: pypa/cibuildwheel@v2.9.0
116116
env:
117117
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
118118
- name: Build sdist

0 commit comments

Comments
 (0)