From 8d724ff857e42252b4d3e7aca0bb2890c6366a36 Mon Sep 17 00:00:00 2001 From: Stefan Kroboth Date: Wed, 14 Feb 2024 12:03:34 +0100 Subject: [PATCH] Fixed python CI --- .github/workflows/python.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 82b708edf..26ef51dce 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -36,7 +36,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --find-interpreter --manifest-path python/argmin-testfunctions-py/Cargo.toml sccache: 'true' manylinux: auto # - name: Upload wheels @@ -60,7 +60,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --find-interpreter --manifest-path python/argmin-testfunctions-py/Cargo.toml sccache: 'true' # - name: Upload wheels # uses: actions/upload-artifact@v3 @@ -82,7 +82,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --find-interpreter --manifest-path python/argmin-testfunctions-py/Cargo.toml sccache: 'true' # - name: Upload wheels # uses: actions/upload-artifact@v3