We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8be9e11 + 0489b7b commit baf7f42Copy full SHA for baf7f42
1 file changed
.github/workflows/build_wheels.yml
@@ -66,7 +66,7 @@ jobs:
66
run: |
67
tar zxvf *.tar.gz --strip-components=1
68
- name: Build wheels
69
- uses: pypa/cibuildwheel@v3.3.1
+ uses: pypa/cibuildwheel@v3.4.0
70
env:
71
CIBW_BUILD: "cp3{8..14}{t,}-${{ matrix.wheel_type }}"
72
CIBW_ARCHS_LINUX: auto
@@ -124,13 +124,13 @@ jobs:
124
matrix:
125
python_version: ["3.13"]
126
steps:
127
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
128
- uses: actions/download-artifact@v8
129
with:
130
name: "manylinux_x86_64-wheels"
131
path: dist
132
- name: Install uv
133
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
134
135
version: latest
136
python-version: ${{ matrix.python_version }}
0 commit comments