Skip to content

Commit

Permalink
Update cibuildwheel after CentOS 7 mirror EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koefferlein committed Jul 6, 2024
1 parent 2eab32c commit 1cac6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
HOST_CCACHE_DIR="$(ccache -k cache_dir)"
mkdir -p $HOST_CCACHE_DIR
- name: Build wheels # check https://cibuildwheel.readthedocs.io/en/stable/setup/#github-actions
uses: pypa/[email protected].1
uses: pypa/[email protected].2
# to supply options, put them in 'env', like:
# env:
# CIBW_SOME_OPTION: value
Expand Down

0 comments on commit 1cac6bf

Please sign in to comment.