File tree Expand file tree Collapse file tree 3 files changed +27
-10
lines changed Expand file tree Collapse file tree 3 files changed +27
-10
lines changed Original file line number Diff line number Diff line change 5656 run : bash <(curl -s https://codecov.io/bash)
5757 env :
5858 CODECOV_TOKEN : ' 8f06c81f-01b9-4803-9b84-40c45bf7ff17'
59+
60+ deploy :
61+ needs :
62+ - test
63+ if : " success() && startsWith(github.ref, 'refs/tags/')"
64+ runs-on : ubuntu-latest
65+
66+ env :
67+ HEROKU_API_KEY : ${{ secrets.HEROKU_API_KEY }}
68+ HEROKU_APP : tc-socket
69+
70+ steps :
71+ - uses : actions/checkout@v2
72+ - run : git fetch --unshallow
73+ - run : git switch master
74+ -
run :
git remote add heroku https://heroku:[email protected] /$HEROKU_APP.git 75+ - run : git push heroku master
Original file line number Diff line number Diff line change 11SQLAlchemy == 1.3.23
22aiodns == 3.0.0
3- aiohttp == 3.8.0
3+ aiohttp == 3.8.1
44aiopg == 1.3.3
55aioredis == 1.3.1
66arq == 0.22
7- boto3 == 1.19.11
7+ boto3 == 1.20.28
88cchardet == 2.1.7
99gunicorn == 20.1.0
1010python-dateutil == 2.8.2
11- pillow == 8.4 .0
12- pydantic [email ]== 1.8.2
11+ pillow == 9.0 .0
12+ pydantic [email ]== 1.9.0
1313raven == 6.10.0
14- requests == 2.26 .0
14+ requests == 2.27 .0
1515uvloop == 0.16.0
16- ipython == 7.29 .0
16+ ipython == 7.31 .0
1717pgcli == 3.2.0
1818ipython-sql == 0.4.0
1919yarl == 1.7.2
Original file line number Diff line number Diff line change 1- attrs == 21.2 .0
2- black == 21.10b0
3- coverage == 6.1.1
1+ attrs == 21.4 .0
2+ black == 21.12b0
3+ coverage == 6.2
44flake8 == 4.0.1
5- isort == 5.10.0
5+ isort == 5.10.1
66pycodestyle == 2.8.0
77pyflakes == 2.4.0
88pytest == 6.2.5
You can’t perform that action at this time.
0 commit comments