Skip to content

Commit

Permalink
FIX: include cli feature flag for pypi build
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Aug 27, 2024
1 parent b49bd73 commit a235619
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --manifest-path ./pykmertools/Cargo.toml
args: --release --out dist --find-interpreter --manifest-path ./pykmertools/Cargo.toml --features cli
sccache: 'true'
manylinux: auto
- name: Upload wheels
Expand All @@ -53,7 +53,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --manifest-path ./pykmertools/Cargo.toml
args: --release --out dist --find-interpreter --manifest-path ./pykmertools/Cargo.toml --features cli
sccache: 'true'
manylinux: musllinux_1_2
- name: Upload wheels
Expand All @@ -79,7 +79,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --manifest-path ./pykmertools/Cargo.toml
args: --release --out dist --find-interpreter --manifest-path ./pykmertools/Cargo.toml --features cli
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand All @@ -105,7 +105,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --manifest-path ./pykmertools/Cargo.toml
args: --release --out dist --find-interpreter --manifest-path ./pykmertools/Cargo.toml --features cli
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a235619

Please sign in to comment.