Skip to content

Commit

Permalink
Merge pull request #98 from florianvazelle/main
Browse files Browse the repository at this point in the history
ci: build wheel for python 3.11
  • Loading branch information
siddhantgoel authored Mar 2, 2024
2 parents 9e92294 + a04223c commit 725fc36
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,13 @@ jobs:
- uses: actions/setup-python@v3
with:
python-version: 3.8

- name: Setup pip
run: |
python -m pip install --upgrade pip
python -m pip install cibuildwheel==2.12.3
- name: Build wheel
run: python -m cibuildwheel --output-dir dist/

- name: Build wheels
uses: pypa/[email protected]
with:
output-dir: dist
env:
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-*
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-* cp311-*

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 725fc36

Please sign in to comment.