From dcbb19fcdd216dacb68449d09ec247fde98a02bb Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Sun, 22 Sep 2024 07:13:26 +0000 Subject: [PATCH] fixed --- .github/workflows/CI.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a94a885..938d0b1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -42,6 +42,7 @@ jobs: args: --release --out dist --find-interpreter sccache: 'true' manylinux: auto + working-directory: sbv2_bindings - name: Upload wheels uses: actions/upload-artifact@v4 with: @@ -71,6 +72,7 @@ jobs: args: --release --out dist --find-interpreter sccache: 'true' manylinux: musllinux_1_2 + working-directory: sbv2_bindings - name: Upload wheels uses: actions/upload-artifact@v4 with: @@ -98,6 +100,7 @@ jobs: target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter sccache: 'true' + working-directory: sbv2_bindings - name: Upload wheels uses: actions/upload-artifact@v4 with: @@ -124,6 +127,7 @@ jobs: target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter sccache: 'true' + working-directory: sbv2_bindings - name: Upload wheels uses: actions/upload-artifact@v4 with: @@ -139,6 +143,7 @@ jobs: with: command: sdist args: --out dist + working-directory: sbv2_bindings - name: Upload sdist uses: actions/upload-artifact@v4 with: