From 305094aa3c97f4a3022cde70482138ae0a14a8f3 Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Thu, 12 Sep 2024 23:47:42 +0000 Subject: [PATCH] fixed --- .github/workflows/CI.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b0c6333..fa94dd2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -46,6 +46,7 @@ jobs: with: target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter + working-directory: sbv2_bindings sccache: 'true' manylinux: auto - name: Upload wheels @@ -76,7 +77,8 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter -p sbv2_bindings + args: --release --out dist --find-interpreter + working-directory: sbv2_bindings sccache: 'true' manylinux: musllinux_1_2 - name: Upload wheels @@ -104,7 +106,8 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter -p sbv2_bindings + args: --release --out dist --find-interpreter + working-directory: sbv2_bindings sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v4 @@ -130,7 +133,8 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter -p sbv2_bindings + args: --release --out dist --find-interpreter + working-directory: sbv2_bindings sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v4 @@ -146,7 +150,8 @@ jobs: uses: PyO3/maturin-action@v1 with: command: sdist - args: --out dist -p sbv2_bindings + args: --out dist + working-directory: sbv2_bindings - name: Upload sdist uses: actions/upload-artifact@v4 with: