File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,12 @@ jobs:
1717 build-n-publish :
1818 name : Publish Python distribution
1919 runs-on : ubuntu-18.04
20- with :
21- python-version : 3.9
2220 steps :
2321 - uses : actions/checkout@master
24- - name : Setup Python 3.6
22+ - name : Setup Python 3.9
2523 uses : actions/setup-python@v1
2624 with :
27- python-version : ${{ matrix.python-version }}
25+ python-version : 3.9
2826 - name : Install dependencies
2927 run : |
3028 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "py-markdown-table" ,
8- version = "0.1.5 " ,
8+ version = "0.1.6 " ,
99 author = "hvalev" ,
1010 description = "A package used to generate basic markdown tables from a list of dicts" ,
1111 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments