diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36380c5..fea46fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,8 +38,6 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 - env: - PYO3_PRINT_CONFIG: 1 with: target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter @@ -74,8 +72,6 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 - env: - PYO3_PRINT_CONFIG: 1 with: target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter @@ -106,8 +102,6 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 - env: - PYO3_PRINT_CONFIG: 1 with: target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter @@ -137,8 +131,6 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 - env: - PYO3_PRINT_CONFIG: 1 with: target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter