Skip to content

Commit bf028e9

Browse files
authored
Merge pull request #1084 from dedupeio/dependabot/github_actions/pypa/cibuildwheel-2.9.0
Bump pypa/cibuildwheel from 2.8.1 to 2.9.0
2 parents 0d913aa + 18d177b commit bf028e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)