Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
njroussel committed Sep 30, 2024
1 parent a9c600e commit e834014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
python -m pip install cibuildwheel==2.20.0
- name: Build wheel
if: ! ${{ endsWith(matrix.python, '_stable') }}
if: ${{ ! endsWith(matrix.python, '_stable') }}
env:
CIBW_BUILD: ${{ matrix.python }}-*
run: |
Expand Down

0 comments on commit e834014

Please sign in to comment.