add github push code to builder CI actions

This commit is contained in:
Nick Sweeting 2020-12-11 19:09:40 +02:00
parent 4cda0d4e44
commit ec86060a61
3 changed files with 47 additions and 2 deletions

View file

@ -39,4 +39,19 @@ jobs:
archivebox version
archivebox status
# - name: Commit files
# run: |
# cd pip_dist/
# git config --local user.email "action@github.com"
# git config --local user.name "GitHub Action"
# git commit -m "Pip package autobuild" -a
# - name: Push changes
# uses: ad-m/github-push-action@master
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# repository: ArchiveBox/pip-archivebox
# branch: ${{ github.ref }}
# directory: pip_dist
# TODO: push to PyPI with twine