Skip to content

Commit

Permalink
Merge pull request #724 from vsbogd/fix-release
Browse files Browse the repository at this point in the history
Upgrade cibuildwheel version to 2.19.2
  • Loading branch information
vsbogd authored Jul 4, 2024
2 parents 54d24cd + 22611f8 commit 995fa92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +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 }}
uses: pypa/cibuildwheel@v2.17.0
uses: pypa/cibuildwheel@v2.19.2
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 995fa92

Please sign in to comment.