Skip to content

Commit

Permalink
cibuildwheel 2.12.1 -> 2.14.1
Browse files Browse the repository at this point in the history
For `pp310-manylinux_aarch64`
  • Loading branch information
ax3l committed Aug 17, 2023
1 parent 2c97be6 commit 9352359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install cibuildwheel
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install cibuildwheel==2.12.1
python -m pip install cibuildwheel==2.14.1
# Hack: cmake --trace-expand
#- name: Download Patch 2/2
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ install:
- git clone --branch ${OPENPMD_GIT_REF} --depth 1 https://github.com/openPMD/openPMD-api.git src
- cp library_builders.sh src/.github/
- python -m pip install --upgrade pip setuptools wheel
- python -m pip install cibuildwheel==2.12.1
- python -m pip install cibuildwheel==2.14.1
# twine & cryptography: see
# https://github.com/scikit-build/cmake-python-distributions/blob/4730aeee240917303f293dffc89a8d8d5a4787c4/requirements-deploy.txt
# https://github.com/pyca/cryptography/issues/6086
Expand Down

0 comments on commit 9352359

Please sign in to comment.