mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-04 14:57:56 +10:00
add github push code to builder CI actions
This commit is contained in:
15
.github/workflows/pip.yml
vendored
15
.github/workflows/pip.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user