From 29ce29f429b21b261778f76936df6d12561e954f Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 3 May 2025 15:15:02 -0500 Subject: [PATCH] remove the debug print --- .github/workflows/build.yml | 8 -------- 1 file changed, 8 deletions(-) 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