diff --git a/ffi/ffi-fundamentals/.github/workflows/CI.yml b/.github/workflows/ffi.yml similarity index 88% rename from ffi/ffi-fundamentals/.github/workflows/CI.yml rename to .github/workflows/ffi.yml index f884711..fbc393b 100644 --- a/ffi/ffi-fundamentals/.github/workflows/CI.yml +++ b/.github/workflows/ffi.yml @@ -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: @@ -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 @@ -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 @@ -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 @@ -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: