Skip to content

Commit

Permalink
fix build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Oct 20, 2024
1 parent e5739ea commit 16c2ecb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
manylinux: auto
command: build
sccache: true
args: --release -o dist -i 3.9 3.10 3.11 3.12 3.13
args: --release -o dist # -i 3.9 3.10 3.11 3.12 3.13
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand All @@ -50,7 +50,7 @@ jobs:
target: aarch64-unknown-linux-gnu
command: build
sccache: true
args: --release -o dist -i 3.9 3.10 3.11 3.12 3.13
args: --release -o dist # -i 3.9 3.10 3.11 3.12 3.13
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand All @@ -71,7 +71,7 @@ jobs:
target: armv7
command: build
sccache: true
args: --release -o dist -i 3.9 3.10 3.11 3.12 3.13
args: --release -o dist # -i 3.9 3.10 3.11 3.12 3.13
container: messense/manylinux_2_24-cross:armv7
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand All @@ -92,7 +92,7 @@ jobs:
target: x86_64
command: build
sccache: true
args: --release -o dist -i 3.9 3.10 3.11 3.12 3.13
args: --release -o dist # -i 3.9 3.10 3.11 3.12 3.13
manylinux: musllinux_1_1
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand All @@ -113,7 +113,7 @@ jobs:
target: aarch64
command: build
sccache: true
args: --release -o dist -i 3.9 3.10 3.11 3.12
args: --release -o dist # -i 3.9 3.10 3.11 3.12
manylinux: musllinux_1_1
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 16c2ecb

Please sign in to comment.