Pin python version in release

This commit is contained in:
Andrei Betlen 2023-11-06 08:56:41 -05:00
parent 4ff8def4d0
commit b0e597e46e

View file

@ -20,6 +20,8 @@ jobs:
# Used to host cibuildwheel # Used to host cibuildwheel
- uses: actions/setup-python@v3 - uses: actions/setup-python@v3
with:
python-version: "3.8"
- name: Install cibuildwheel - name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.12.1 run: python -m pip install cibuildwheel==2.12.1
@ -45,6 +47,8 @@ jobs:
with: with:
submodules: "true" submodules: "true"
- uses: actions/setup-python@v3 - uses: actions/setup-python@v3
with:
python-version: "3.8"
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip build python -m pip install --upgrade pip build