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 f3c23d1 commit a633c79Copy full SHA for a633c79
.github/workflows/python-wheels.yml
@@ -17,11 +17,6 @@ on:
17
- published
18
workflow_dispatch:
19
20
- # TODO: For testing only, remove me before merging
21
- pull_request:
22
- branches:
23
- - main
24
-
25
permissions:
26
contents: read
27
@@ -83,7 +78,6 @@ jobs:
83
78
# aarch64 cross-compilation with maturin was causing linking issues
84
79
# (it doesn't seem to be using zig even though we set --zig)
85
80
# so it's temporarily disabled
86
- # TODO: Investigate the linking issues and re-enable
87
81
#- runner: ubuntu-24.04
88
82
# target: aarch64-unknown-linux-gnu
89
# manylinux: "manylinux2014"
0 commit comments