Skip to content

Commit

Permalink
Build wheels only for CPython 3.8-3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
skoolkid committed Mar 12, 2024
1 parent 5bced1d commit e7e411d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,15 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.17.0

- name: Build wheels
env:
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-*
run: python -m cibuildwheel --output-dir wheels

- name: Upload wheels
Expand Down

0 comments on commit e7e411d

Please sign in to comment.