Skip to content

Commit

Permalink
cherry pick changes from #99
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Dryabzhinsky committed Jun 28, 2024
1 parent 9f78bd3 commit eba9e63
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: pp27-*
group: old
- build: pp37-*
Expand Down Expand Up @@ -91,7 +93,7 @@ jobs:
python -m build --sdist --outdir dist .
- name: Build ${{ matrix.os.name }} wheels and test (old)
uses: joerick/cibuildwheel@v1.11.1
uses: pypa/cibuildwheel@v2.19.1
if: matrix.cibw.group == 'old'
with:
output-dir: dist
Expand Down

0 comments on commit eba9e63

Please sign in to comment.