Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Dec 1, 2024
1 parent 2c86191 commit 2574d0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 python3.13t
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 3.13 python3.13t
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 @@ -134,7 +134,7 @@ jobs:
target: x86_64-pc-windows-msvc
command: build
sccache: true
args: --release -o dist -i 3.9 3.10 3.11 3.12 3.13 python3.13t
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 @@ -154,7 +154,7 @@ jobs:
target: aarch64-pc-windows-msvc
command: build
sccache: true
args: --release -o dist -i 3.9 3.10 3.11 3.12 3.13 python3.13t
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 Down

0 comments on commit 2574d0b

Please sign in to comment.