We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff8def commit b0e597eCopy full SHA for b0e597e
1 file changed
.github/workflows/build-and-release.yaml
@@ -20,6 +20,8 @@ jobs:
20
21
# Used to host cibuildwheel
22
- uses: actions/setup-python@v3
23
+ with:
24
+ python-version: "3.8"
25
26
- name: Install cibuildwheel
27
run: python -m pip install cibuildwheel==2.12.1
@@ -45,6 +47,8 @@ jobs:
45
47
with:
46
48
submodules: "true"
49
50
51
52
- name: Install dependencies
53
run: |
54
python -m pip install --upgrade pip build
0 commit comments