File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77jobs :
88 build_dist :
99 name : Build distribution on Ubuntu
10- runs-on : ubuntu-20 .04
10+ runs-on : ubuntu-22 .04
1111 steps :
1212 - uses : actions/checkout@v3
1313
1414 - uses : actions/setup-python@v3
1515 with :
16- python-version : ' 3.8 '
16+ python-version : ' 3.10 '
1717
1818 - name : Install build dependencies
1919 run : python -m pip install --no-cache-dir -U setuptools build
2828 upload_dist :
2929 needs : [ build_dist ]
3030 name : Upload distribution to PyPI
31- runs-on : ubuntu-20 .04
31+ runs-on : ubuntu-22 .04
3232 if : github.event_name == 'release' && github.event.action == 'published'
3333 steps :
3434 - uses : actions/download-artifact@v3
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ on: [push, pull_request]
55jobs :
66 run_tests :
77 name : Run tests
8- runs-on : ubuntu-20 .04
8+ runs-on : ubuntu-22 .04
99 steps :
1010 - uses : actions/checkout@v3
1111
1212 - uses : actions/setup-python@v3
1313 with :
14- python-version : ' 3.8 '
14+ python-version : ' 3.10 '
1515 cache : ' pip'
1616
1717 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments