Skip to content

Commit 4d2e6e2

Browse files
committed
build(whl): add fix python
1 parent 96d1364 commit 4d2e6e2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ampere-build-and-release.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,11 @@ jobs:
3030
token: ${{ secrets.ACCESS_TOKEN }}
3131
submodules: recursive
3232

33-
- uses: actions/setup-python@v5
34-
with:
35-
python-version: "3.11"
36-
3733
- name: Install cibuildwheel
38-
run: python -m pip install cibuildwheel==2.22.0
34+
run: python3 -m pip install cibuildwheel==2.22.0
3935

4036
- name: Build wheels
41-
run: python -m cibuildwheel --output-dir wheelhouse
37+
run: python3 -m cibuildwheel --output-dir wheelhouse
4238
env:
4339
CIBW_SKIP: "*musllinux* pp*"
4440
CIBW_REPAIR_WHEEL_COMMAND: ""

0 commit comments

Comments
 (0)