Skip to content

Commit dfa4a5a

Browse files
committed
RLS: Relase 0.14.1
1 parent 7060424 commit dfa4a5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python: [cp38, cp39, cp310, cp311, cp312]
2020
os: [ubuntu-latest, windows-latest, macOS-latest]
2121
env:
22-
BUILD_COMMIT: "maintenance/0.14.x" # or a specific version, e.g., v0.13.1
22+
BUILD_COMMIT: "v0.14.1" # or a specific version, e.g., v0.13.1
2323
CIBW_BUILD: ${{ matrix.python }}-*
2424
CIBW_ARCHS_LINUX: "x86_64 aarch64"
2525
CIBW_ARCHS_MACOS: "x86_64 arm64"
@@ -44,13 +44,13 @@ jobs:
4444
fetch-depth: 0
4545

4646
# Used to host cibuildwheel
47-
- uses: actions/setup-python@v4
47+
- uses: actions/setup-python@v5
4848
with:
4949
python-version: '3.x'
5050

5151
- name: Set up QEMU
5252
if: runner.os == 'Linux'
53-
uses: docker/setup-qemu-action@v2
53+
uses: docker/setup-qemu-action@v3
5454
with:
5555
platforms: all
5656

0 commit comments

Comments
 (0)