Skip to content

Commit 1cecde8

Browse files
committed
Bump 0.20.0
1 parent 8ab232c commit 1cecde8

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,13 @@ on:
77
jobs:
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:

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ jobs:
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"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = f.read()
55

66
setup(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',

0 commit comments

Comments
 (0)