Skip to content

Commit 0d385a1

Browse files
Bump pypa/cibuildwheel from 2.19.1 to 2.19.2
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.19.1 to 2.19.2. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.19.1...v2.19.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2e03997 commit 0d385a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- uses: actions/checkout@v2
103103
- uses: actions/setup-python@v2
104104
- name: Build wheels
105-
uses: pypa/[email protected].1
105+
uses: pypa/[email protected].2
106106
env:
107107
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
108108
- name: Build sdist

0 commit comments

Comments
 (0)