momegas commited on
Commit
88782c9
1 Parent(s): c9b962a

Change python version

Browse files
Files changed (1) hide show
  1. .github/workflows/release.yml +2 -2
.github/workflows/release.yml CHANGED
@@ -15,10 +15,10 @@ jobs:
15
  with:
16
  fetch-depth: 0
17
 
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
 
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