We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d1364 commit 4d2e6e2Copy full SHA for 4d2e6e2
.github/workflows/ampere-build-and-release.yaml
@@ -30,15 +30,11 @@ jobs:
30
token: ${{ secrets.ACCESS_TOKEN }}
31
submodules: recursive
32
33
- - uses: actions/setup-python@v5
34
- with:
35
- python-version: "3.11"
36
-
37
- name: Install cibuildwheel
38
- run: python -m pip install cibuildwheel==2.22.0
+ run: python3 -m pip install cibuildwheel==2.22.0
39
40
- name: Build wheels
41
- run: python -m cibuildwheel --output-dir wheelhouse
+ run: python3 -m cibuildwheel --output-dir wheelhouse
42
env:
43
CIBW_SKIP: "*musllinux* pp*"
44
CIBW_REPAIR_WHEEL_COMMAND: ""
0 commit comments