We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0de4ff commit 32511ccCopy full SHA for 32511cc
1 file changed
.github/workflows/wheel.yml
@@ -13,7 +13,7 @@ jobs:
13
name: Python 3.11
14
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
17
18
- name: Setup Python
19
uses: actions/setup-python@v5
@@ -84,7 +84,7 @@ jobs:
84
CIBW_ARCHS_MACOS: x86_64 universal2
85
CIBW_TEST_SKIP: "*_arm64 *_universal2:arm64"
86
87
88
89
90
0 commit comments