From 918212ffc3c931dd90ddcafab8fc3b7d037e7a3a Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Fri, 14 Jun 2024 09:52:54 +0100 Subject: [PATCH] Don't print build identifiers when building specific wheel --- .github/workflows/build.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59a0d68..b426742 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -127,11 +127,6 @@ jobs: - uses: actions/checkout@v4 - - name: Use Python 3.11 - uses: actions/setup-python@v5 - with: - python-version: '3.11' - - name: Set up MSYS2 if: runner.os == 'Windows' uses: ./.github/actions/setup-msys2 @@ -144,11 +139,6 @@ jobs: with: platforms: all - - name: Print build identifiers - run: | - python -m pip install cibuildwheel==2.17.0 - python -m cibuildwheel --only ${{ matrix.cibw-only }} --print-build-identifiers - - name: Build wheels uses: pypa/cibuildwheel@v2.17.0 with: