diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 49ebda6..7fc09f5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -33,7 +33,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --find-interpreter -m gomori-py/Cargo.toml sccache: 'true' manylinux: auto - name: Upload wheels @@ -57,7 +57,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --find-interpreter -m gomori-py/Cargo.toml sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v3 @@ -79,7 +79,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --find-interpreter -m gomori-py/Cargo.toml sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v3 @@ -95,7 +95,7 @@ jobs: uses: PyO3/maturin-action@v1 with: command: sdist - args: --out dist + args: --out dist -m gomori-py/Cargo.toml - name: Upload sdist uses: actions/upload-artifact@v3 with: