Skip to content

Commit

Permalink
Fix missing old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Jan 2, 2024
1 parent a6a09c0 commit 4c3f200
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
manylinux: auto
command: build
sccache: true
args: --release -o dist --find-interpreter
args: --release -o dist -i 3.8 3.9 3.10 3.11 3.12
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand All @@ -43,7 +43,7 @@ jobs:
target: aarch64-unknown-linux-gnu
command: build
sccache: true
args: --release -o dist --find-interpreter
args: --release -o dist -i 3.8 3.9 3.10 3.11 3.12
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand All @@ -64,7 +64,7 @@ jobs:
target: armv7
command: build
sccache: true
args: --release -o dist --find-interpreter
args: --release -o dist -i 3.8 3.9 3.10 3.11 3.12
container: messense/manylinux_2_24-cross:armv7
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand All @@ -85,7 +85,7 @@ jobs:
target: x86_64
command: build
sccache: true
args: --release -o dist --find-interpreter
args: --release -o dist -i 3.8 3.9 3.10 3.11 3.12
manylinux: musllinux_1_1
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand All @@ -106,7 +106,7 @@ jobs:
target: aarch64
command: build
sccache: true
args: --release -o dist --find-interpreter
args: --release -o dist -i 3.8 3.9 3.10 3.11 3.12
manylinux: musllinux_1_1
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand All @@ -126,7 +126,7 @@ jobs:
with:
command: build
sccache: true
args: --release -o dist --find-interpreter
args: --release -o dist -i 3.8 3.9 3.10 3.11 3.12
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand All @@ -145,7 +145,7 @@ jobs:
with:
command: build
sccache: true
args: --release -o dist --target universal2-apple-darwin --find-interpreter
args: --release -o dist --target universal2-apple-darwin -i 3.8 3.9 3.10 3.11 3.12
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4c3f200

Please sign in to comment.