Skip to content

Commit 8baf3fc

Browse files
Merge pull request #134 from alliander-opensource/dependabot/github_actions/pypa/cibuildwheel-2.10.1
Bump pypa/cibuildwheel from 2.9.0 to 2.10.1
2 parents 9ae8138 + c81b51c commit 8baf3fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
uses: docker/setup-qemu-action@v2
154154

155155
- name: Build wheels
156-
uses: pypa/cibuildwheel@v2.9.0
156+
uses: pypa/cibuildwheel@v2.10.1
157157

158158
- name: Keep wheel files
159159
uses: actions/upload-artifact@v3
@@ -212,3 +212,4 @@ jobs:
212212
prerelease: ${{ contains(steps.tag.outputs.tag, 'rc') }}
213213
generate_release_notes: true
214214
target_commitish: ${{ github.sha }}
215+

0 commit comments

Comments
 (0)