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: