Skip to content

Commit 4012f5e

Browse files
authored
Merge pull request #70 from metab0t/dependabot/github_actions/pypa/cibuildwheel-3.3.1
Bump pypa/cibuildwheel from 3.3.0 to 3.3.1
2 parents 0126a40 + 031c663 commit 4012f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v6
2727

2828
- name: Build wheels
29-
uses: pypa/cibuildwheel@v3.3.0
29+
uses: pypa/cibuildwheel@v3.3.1
3030
env:
3131
# Select wheels
3232
CIBW_BUILD: "*-manylinux_x86_64 *-manylinux_aarch64 *-win_amd64 *-macosx_x86_64 *-macosx_arm64"

0 commit comments

Comments
 (0)