momegas commited on
Commit
c9b962a
·
1 Parent(s): 1d617aa

Fix python version

Browse files
Files changed (1) hide show
  1. .github/workflows/release.yml +1 -1
.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