Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna2134 committed Sep 12, 2024
1 parent 6b1d068 commit 305094a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
working-directory: sbv2_bindings
sccache: 'true'
manylinux: auto
- name: Upload wheels
Expand Down Expand Up @@ -76,7 +77,8 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter -p sbv2_bindings
args: --release --out dist --find-interpreter
working-directory: sbv2_bindings
sccache: 'true'
manylinux: musllinux_1_2
- name: Upload wheels
Expand Down Expand Up @@ -104,7 +106,8 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter -p sbv2_bindings
args: --release --out dist --find-interpreter
working-directory: sbv2_bindings
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand All @@ -130,7 +133,8 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter -p sbv2_bindings
args: --release --out dist --find-interpreter
working-directory: sbv2_bindings
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand All @@ -146,7 +150,8 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: sdist
args: --out dist -p sbv2_bindings
args: --out dist
working-directory: sbv2_bindings
- name: Upload sdist
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 305094a

Please sign in to comment.