Skip to content

Commit baf7f42

Browse files
authored
Merge branch 'main' into add_subinterpreter_support
2 parents 8be9e11 + 0489b7b commit baf7f42

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
tar zxvf *.tar.gz --strip-components=1
6868
- name: Build wheels
69-
uses: pypa/cibuildwheel@v3.3.1
69+
uses: pypa/cibuildwheel@v3.4.0
7070
env:
7171
CIBW_BUILD: "cp3{8..14}{t,}-${{ matrix.wheel_type }}"
7272
CIBW_ARCHS_LINUX: auto
@@ -124,13 +124,13 @@ jobs:
124124
matrix:
125125
python_version: ["3.13"]
126126
steps:
127-
- uses: actions/checkout@v5
127+
- uses: actions/checkout@v6
128128
- uses: actions/download-artifact@v8
129129
with:
130130
name: "manylinux_x86_64-wheels"
131131
path: dist
132132
- name: Install uv
133-
uses: astral-sh/setup-uv@v6
133+
uses: astral-sh/setup-uv@v7
134134
with:
135135
version: latest
136136
python-version: ${{ matrix.python_version }}

0 commit comments

Comments
 (0)