Skip to content

Commit 39eba62

Browse files
committed
fix: another one
1 parent 8804ec1 commit 39eba62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-cli.yml

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
manylinux: auto
4040
steps:
4141
- uses: actions/checkout@v4
42+
- uses: actions/setup-python@v5
4243
- name: Build wheels
4344
uses: PyO3/maturin-action@v1
4445
with:
@@ -67,6 +68,7 @@ jobs:
6768
target: armv7
6869
steps:
6970
- uses: actions/checkout@v4
71+
- uses: actions/setup-python@v5
7072
- name: Build wheels
7173
uses: PyO3/maturin-action@v1
7274
with:
@@ -91,6 +93,7 @@ jobs:
9193
target: x86
9294
steps:
9395
- uses: actions/checkout@v4
96+
- uses: actions/setup-python@v5
9497
- name: Build wheels
9598
uses: PyO3/maturin-action@v1
9699
with:
@@ -114,6 +117,7 @@ jobs:
114117
target: aarch64
115118
steps:
116119
- uses: actions/checkout@v4
120+
- uses: actions/setup-python@v5
117121
- name: Build wheels
118122
uses: PyO3/maturin-action@v1
119123
with:

0 commit comments

Comments
 (0)