Skip to content

Commit

Permalink
Don't print build identifiers when building specific wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliamson committed Jun 14, 2024
1 parent 0936bef commit d202df4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,6 @@ jobs:
- uses: actions/checkout@v4
if: steps.should-build-wheel.outputs.true

- name: Use Python 3.11
if: steps.should-build-wheel.outputs.true
uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Set up MSYS2
if: steps.should-build-wheel.outputs.true && runner.os == 'Windows'
uses: ./.github/actions/setup-msys2
Expand All @@ -149,12 +143,6 @@ jobs:
with:
platforms: all

- name: Print build identifiers
if: steps.should-build-wheel.outputs.true
run: |
python -m pip install cibuildwheel==2.17.0
python -m cibuildwheel --only ${{ matrix.cibw-only }} --print-build-identifiers
- name: Build wheels
if: steps.should-build-wheel.outputs.true
uses: pypa/[email protected]
Expand Down

0 comments on commit d202df4

Please sign in to comment.