Skip to content

Commit

Permalink
fix opencc feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowee committed Nov 26, 2024
1 parent 6d39842 commit 5e263e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pyo3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release -o pyo3/dist --sdist --find-interpreter -m pyo3/Cargo.toml
args: --release -o pyo3/dist --sdist --find-interpreter -m pyo3/Cargo.toml -F opencc
sccache: 'true'
manylinux: auto
- name: Upload wheels
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release -o pyo3/dist --find-interpreter -m pyo3/Cargo.toml
args: --release -o pyo3/dist --find-interpreter -m pyo3/Cargo.toml -F opencc
sccache: 'true'
manylinux: musllinux_1_2
- name: Upload wheels
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release -o pyo3/dist --find-interpreter -m pyo3/Cargo.toml
args: --release -o pyo3/dist --find-interpreter -m pyo3/Cargo.toml -F opencc
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release -o pyo3/dist --find-interpreter -m pyo3/Cargo.toml
args: --release -o pyo3/dist --find-interpreter -m pyo3/Cargo.toml -F opencc
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5e263e7

Please sign in to comment.