Skip to content

Commit

Permalink
Try to build via python3.12 on github, new version of cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Dryabzhinsky committed May 3, 2023
1 parent 9aca7f2 commit 077cfc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
group: new
- build: cp311-*
group: new
- build: cp312-*
group: new
- build: pp37-*
group: new
- build: pp38-*
Expand Down Expand Up @@ -120,7 +122,7 @@ jobs:
python -m unittest discover -v -s {package}
- name: Build ${{ matrix.os.name }} wheels and test (new)
uses: joerick/cibuildwheel@v2.12.1
uses: joerick/cibuildwheel@v2.12.3
if: matrix.cibw.group == 'new'
with:
output-dir: dist
Expand Down

0 comments on commit 077cfc9

Please sign in to comment.