Skip to content

Commit e3702b3

Browse files
committed
Updated wheel build.
1 parent e2c68c3 commit e3702b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
submodules: recursive
2121

2222
- name: Build wheels
23-
uses: pypa/cibuildwheel@v2.18.0
23+
uses: pypa/cibuildwheel@v3.2.0
2424

2525
- uses: actions/upload-artifact@v4
2626
with:

0 commit comments

Comments
 (0)