Add push token. Fix 2.7 tests.

This commit is contained in:
Adi Roiban 2021-07-23 15:46:43 +01:00
parent a1ef1d6663
commit 3ef0a90561
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
# When updating the minimum Python version here, also update the
# `python_requires` from `setup.cfg`.
# Run on latest minor release of each major python version.
python-version: [2.6, 3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
tox-env: ['tests']
include:
@ -67,6 +67,7 @@ jobs:
git add -A
git config --global user.email "void@twistedmatrix.com"
git config --global user.name "${{ github.actor }}"
git config --local http.https://github.com/.extraheader 'AUTHORIZATION: token ${{ github.token}}'
git commit -m "Built from ${{ github.sha }}"
git push -q "https://github.com/twisted/incremental.git" gh-pages