Skip to content

Commit

Permalink
Upgrade cibuildwheel version to 2.23.0 to support Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbogd committed Mar 6, 2025
1 parent 0a7f84f commit 7a6d2dd
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,7 @@ jobs:
echo "COMMIT_HEAD=${{github.ref_name != '' && github.ref_name || env.GITHUB_SHA}}" | tee -a $GITHUB_ENV
- name: Build wheels on ${{ matrix.os }}
if: ${{ !startsWith(matrix.os, 'macos') }}
uses: pypa/[email protected]
env:
CIBW_BEFORE_ALL: sh -c "./python/install-hyperonc.sh -u https://github.com/${{github.repository}}.git -r ${{env.COMMIT_HEAD}}"
with:
package-dir: ./python

- name: Build wheels on ${{ matrix.os }}
if: ${{ startsWith(matrix.os, 'macos') }}
uses: pypa/[email protected]
uses: pypa/[email protected]
env:
CIBW_BEFORE_ALL: sh -c "./python/install-hyperonc.sh -u https://github.com/${{github.repository}}.git -r ${{env.COMMIT_HEAD}}"
with:
Expand Down

0 comments on commit 7a6d2dd

Please sign in to comment.