File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66jobs :
77 build-n-publish :
88 name : Publish Python 🐍 distribution 📦 to Pypi
9- runs-on : ubuntu-18 .04
9+ runs-on : ubuntu-20 .04
1010 steps :
1111 - uses : actions/checkout@master
12- - name : Set up Python 3.7
12+ - name : Set up Python 3.8
1313 uses : actions/setup-python@v1
1414 with :
15- python-version : 3.7
15+ python-version : 3.8
1616 - name : Install pypa/build
1717 run : >-
1818 python -m
Original file line number Diff line number Diff line change @@ -2,18 +2,18 @@ name: Publish beta Python 🐍 distributions 📦 to TestPyPI
22on :
33 push :
44 tags :
5- - ' v *.*.*b*'
5+ - ' *.*.*b*'
66
77jobs :
88 build-n-publish :
99 name : Publish beta Python 🐍 distributions 📦 to TestPyPI
10- runs-on : ubuntu-18 .04
10+ runs-on : ubuntu-20 .04
1111 steps :
1212 - uses : actions/checkout@master
13- - name : Set up Python 3.7
13+ - name : Set up Python 3.8
1414 uses : actions/setup-python@v1
1515 with :
16- python-version : 3.7
16+ python-version : 3.8
1717 - name : Install pypa/build
1818 run : >-
1919 python -m
You can’t perform that action at this time.
0 commit comments