Spaces:
Runtime error
Runtime error
Fix python version
Browse files
.github/workflows/release.yml
CHANGED
@@ -18,7 +18,7 @@ jobs:
|
|
18 |
- name: Set up Python 3.10
|
19 |
uses: actions/setup-python@v2
|
20 |
with:
|
21 |
-
python-version: 3.10
|
22 |
|
23 |
- name: Build a binary wheel and a source tarball.
|
24 |
run: pip install wheel && python setup.py sdist bdist_wheel
|
|
|
18 |
- name: Set up Python 3.10
|
19 |
uses: actions/setup-python@v2
|
20 |
with:
|
21 |
+
python-version: 3.10.0
|
22 |
|
23 |
- name: Build a binary wheel and a source tarball.
|
24 |
run: pip install wheel && python setup.py sdist bdist_wheel
|