Pin python version in release
This commit is contained in:
parent
4ff8def4d0
commit
b0e597e46e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build-and-release.yaml
vendored
4
.github/workflows/build-and-release.yaml
vendored
|
@ -20,6 +20,8 @@ jobs:
|
|||
|
||||
# Used to host cibuildwheel
|
||||
- uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: "3.8"
|
||||
|
||||
- name: Install cibuildwheel
|
||||
run: python -m pip install cibuildwheel==2.12.1
|
||||
|
@ -45,6 +47,8 @@ jobs:
|
|||
with:
|
||||
submodules: "true"
|
||||
- uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: "3.8"
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip build
|
||||
|
|
Loading…
Reference in a new issue