Skip to content

Commit

Permalink
Update cibuildwheel to 2.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Sep 17, 2024
1 parent b6a9292 commit fc461d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
git -C mypy checkout $(cat mypy_commit)
- name: Install cibuildwheel and pypyp
run: |
pipx install cibuildwheel==2.21.0
pipx install cibuildwheel==2.21.1
pipx install pypyp==1
- id: set-matrix
run: |
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
git clone https://github.com/python/mypy.git --recurse-submodules
git -C mypy checkout $(cat mypy_commit)
- uses: pypa/cibuildwheel@v2.21.0
- uses: pypa/cibuildwheel@v2.21.1
with:
config-file: cibuildwheel.toml
package-dir: mypy
Expand Down
2 changes: 0 additions & 2 deletions cibuildwheel.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ test-skip = "cp38-macosx_arm64"
build-verbosity = 1

linux.before-all = [
"git config --global --add safe.directory {project}/mypy",
"yum install -y llvm-toolset || yum -v install -y llvm-toolset",
]

Expand Down Expand Up @@ -79,7 +78,6 @@ CC="clang"
[[tool.cibuildwheel.overrides]]
select = "*musllinux*"
before-all = [
"git config --global --add safe.directory {project}/mypy",
"apk add --no-cache clang",
]
# Remove ruff from test requirements. Wheels are only provided for musllinux_1_2,
Expand Down
2 changes: 1 addition & 1 deletion mypy_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
72c413d2352da5ce1433ef241faca8f40fa1fe27
5c38427a53f409bae068c314e119fecc77730d76

0 comments on commit fc461d5

Please sign in to comment.