diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4e28ecc..1bbacf1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -156,7 +156,7 @@ jobs: with: target: ${{ matrix.target }} container: ${{ env.CONTAINER }} - args: --release --out dist + args: --verbose --release --out dist sccache: ${{ matrix.target == 'musllinux_1_1' }} manylinux: auto docker-options: -e CARGO_NET_GIT_FETCH_WITH_CLI=true @@ -196,7 +196,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist + args: --verbose --release --out dist sccache: "true" - name: Upload wheels uses: actions/upload-artifact@v3