Spaces:
Runtime error
Runtime error
Change python version
Browse files
.github/workflows/release.yml
CHANGED
|
@@ -15,10 +15,10 @@ jobs:
|
|
| 15 |
with:
|
| 16 |
fetch-depth: 0
|
| 17 |
|
| 18 |
-
- name: Set up Python 3.
|
| 19 |
uses: actions/setup-python@v2
|
| 20 |
with:
|
| 21 |
-
python-version: 3.
|
| 22 |
|
| 23 |
- name: Build a binary wheel and a source tarball.
|
| 24 |
run: pip install wheel && python setup.py sdist bdist_wheel
|
|
|
|
| 15 |
with:
|
| 16 |
fetch-depth: 0
|
| 17 |
|
| 18 |
+
- name: Set up Python 3.11.3
|
| 19 |
uses: actions/setup-python@v2
|
| 20 |
with:
|
| 21 |
+
python-version: 3.11.3
|
| 22 |
|
| 23 |
- name: Build a binary wheel and a source tarball.
|
| 24 |
run: pip install wheel && python setup.py sdist bdist_wheel
|