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 a8d93a3 commit 918212f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]
with:
Expand Down

0 comments on commit 918212f

Please sign in to comment.