forked from GitHub/gf-core
gh-actions: Bump the python version
cibuildwheel requires python >= 3.8
This commit is contained in:
4
.github/workflows/build-python-package.yml
vendored
4
.github/workflows/build-python-package.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
- uses: actions/setup-python@v1
|
||||
name: Install Python
|
||||
with:
|
||||
python-version: '3.7'
|
||||
python-version: '3.x'
|
||||
|
||||
- name: Install cibuildwheel
|
||||
run: |
|
||||
@@ -59,7 +59,7 @@ jobs:
|
||||
- uses: actions/setup-python@v2
|
||||
name: Install Python
|
||||
with:
|
||||
python-version: '3.7'
|
||||
python-version: '3.x'
|
||||
|
||||
- name: Build sdist
|
||||
run: cd src/runtime/python && python setup.py sdist
|
||||
|
||||
Reference in New Issue
Block a user