Skip to content

Commit

Permalink
ci: build the python ffi inside the CI
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Nov 12, 2024
1 parent 12f9807 commit 53d7cc6
Showing 1 changed file with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# This file is autogenerated by maturin v1.5.1
# To update, run
#
# maturin generate-ci github
#
name: CI
name: FFI - python ffi

on:
push:
Expand Down Expand Up @@ -45,7 +40,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
args: --release --out dist --find-interpreter --manifest-path=ffi/ffi-fundamentals/Cargo.toml
sccache: 'true'
manylinux: auto
- name: Upload wheels
Expand Down Expand Up @@ -73,7 +68,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
args: --release --out dist --find-interpreter --manifest-path=ffi/ffi-fundamentals/Cargo.toml
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand All @@ -99,7 +94,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
args: --release --out dist --find-interpreter --manifest-path=ffi/ffi-fundamentals/Cargo.toml
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand All @@ -115,7 +110,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: sdist
args: --out dist
args: --out dist --manifest-path=ffi/ffi-fundamentals/Cargo.toml
- name: Upload sdist
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 53d7cc6

Please sign in to comment.