We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2824f6 commit 8147247Copy full SHA for 8147247
.github/workflows/publish.yml
@@ -179,11 +179,11 @@ jobs:
179
tar_executable: gtar
180
exclude:
181
# Disable python builds for aarch64 (not ready)
182
- - target: "aarch64-unknown-linux-gnu"
+ - target: "aarch64-apple-darwin"
183
python-version: "3.9"
184
185
python-version: "3.10"
186
187
python-version: "3.11"
188
fail-fast: false
189
0 commit comments