Skip to content

Commit 41ba82f

Browse files
authored
Merge pull request #1194 from dedupeio/dependabot/github_actions/pypa/cibuildwheel-2.19.1
Bump pypa/cibuildwheel from 2.16.2 to 2.19.1
2 parents 425eb20 + 90339e2 commit 41ba82f

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/cibuildwheel@v2.16.2
105+
uses: pypa/cibuildwheel@v2.19.1
106106
env:
107107
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
108108
- name: Build sdist

0 commit comments

Comments
 (0)