Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna2134 committed Sep 22, 2024
1 parent b560141 commit dcbb19f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
args: --release --out dist --find-interpreter
sccache: 'true'
manylinux: auto
working-directory: sbv2_bindings
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -71,6 +72,7 @@ jobs:
args: --release --out dist --find-interpreter
sccache: 'true'
manylinux: musllinux_1_2
working-directory: sbv2_bindings
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -98,6 +100,7 @@ jobs:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
working-directory: sbv2_bindings
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand All @@ -124,6 +127,7 @@ jobs:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
working-directory: sbv2_bindings
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand All @@ -139,6 +143,7 @@ jobs:
with:
command: sdist
args: --out dist
working-directory: sbv2_bindings
- name: Upload sdist
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit dcbb19f

Please sign in to comment.