Skip to content

Commit

Permalink
Enable cibuildwheel arch skipping @ reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored Sep 13, 2024
1 parent acef182 commit c790d9b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/reusable-cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ jobs:
echo "CIBW_ARCHS_LINUX=${{ inputs.qemu }}" >> "${GITHUB_ENV}"
shell: bash

# - name: Skip building some wheel tags
# if: inputs.wheel-tags-to-skip
# run: |
# echo "CIBW_SKIP=${{ inputs.wheel-tags-to-skip }}" >> "${GITHUB_ENV}"
# shell: bash
- name: Skip building some wheel tags
if: inputs.wheel-tags-to-skip
run: |
echo "CIBW_SKIP=${{ inputs.wheel-tags-to-skip }}" >> "${GITHUB_ENV}"
shell: bash

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
Expand Down

0 comments on commit c790d9b

Please sign in to comment.