Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lexdene committed Oct 18, 2024
1 parent 3e880e5 commit aeba5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Build wheels
env:
CIBW_BEFORE_BUILD: pip install 'setuptools<72.2.0 ; implementation_name == "PyPy"'
CIBW_BEFORE_BUILD: python -c 'import sys; print(sys.implementation.name)' && pip install 'setuptools<72.2.0 ; implementation_name == "pypy"'
run: python -m cibuildwheel --output-dir wheelhouse
- name: Check build result
run: ls -lh wheelhouse/

0 comments on commit aeba5f1

Please sign in to comment.