diff --git a/sbv2_bindings/.github/workflows/CI.yml b/.github/workflows/CI.yml similarity index 94% rename from sbv2_bindings/.github/workflows/CI.yml rename to .github/workflows/CI.yml index a4c4c30..b0c6333 100644 --- a/sbv2_bindings/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -76,7 +76,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --find-interpreter -p sbv2_bindings sccache: 'true' manylinux: musllinux_1_2 - name: Upload wheels @@ -104,7 +104,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --find-interpreter -p sbv2_bindings sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v4 @@ -130,7 +130,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --find-interpreter -p sbv2_bindings sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v4 @@ -146,7 +146,7 @@ jobs: uses: PyO3/maturin-action@v1 with: command: sdist - args: --out dist + args: --out dist -p sbv2_bindings - name: Upload sdist uses: actions/upload-artifact@v4 with: