Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7c40af2

Browse files
committed
Pin cibuildwheel main
1 parent 49adf76 commit 7c40af2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ jobs:
6464
git clone https://github.com/python/mypy.git --recurse-submodules
6565
git -C mypy checkout $(cat mypy_commit)
6666
67-
- uses: pypa/[email protected]
67+
- uses: pypa/cibuildwheel@d0e070e278d440baec8fe291cb0bf1ea85b9c9d4 # v3.3.0+ 2025-12-23
68+
# Use main commit temporarily to be able to use Python 3.14.2 with fixes for free threading
6869
with:
6970
config-file: cibuildwheel.toml
7071
package-dir: mypy

0 commit comments

Comments
 (0)