File tree Expand file tree Collapse file tree 3 files changed +2
-14
lines changed
Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 77jobs :
88 build :
99 if : github.repository == 'medialab/twitwi'
10- runs-on : ubuntu-20 .04
10+ runs-on : ubuntu-22 .04
1111
1212 steps :
1313 - uses : actions/checkout@v2
1414 with :
1515 fetch-depth : 0
1616
17- - name : Cache
18- uses : actions/cache@v2
19- with :
20- path : ~/.cache/pip
21- key : deploy-${{ hashFiles('**/setup.py') }}
22- restore-keys : |
23- deploy-
24-
2517 - name : Set up Python
2618 uses : actions/setup-python@v2
2719 with :
Original file line number Diff line number Diff line change 88 matrix :
99 include :
1010
11- # Old ubuntu
12- - os : ubuntu-20.04
13- python-version : " 3.8"
14-
1511 # Current ubuntu
1612 - os : ubuntu-22.04
1713 python-version : " 3.8"
Original file line number Diff line number Diff line change 44 long_description = f .read ()
55
66setup (name = 'twitwi' ,
7- version = '0.19.2 ' ,
7+ version = '0.20.0 ' ,
88 description = 'A collection of Twitter-related helper functions for python.' ,
99 long_description = long_description ,
1010 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments