Skip to content

Commit 2ac99d1

Browse files
committed
Update wheels.yml
1 parent 115cae5 commit 2ac99d1

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
@@ -11,10 +11,10 @@ jobs:
1111
os: [ubuntu-latest, windows-latest, macos-latest]
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515

1616
- name: Build wheels
17-
uses: pypa/cibuildwheel@v2.3.1
17+
uses: pypa/cibuildwheel@v2.11.2
1818
env:
1919
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
2020
CIBW_TEST_REQUIRES: tox

0 commit comments

Comments
 (0)