1
0
Fork 0
mirror of synced 2024-05-14 09:22:46 +12:00
This commit is contained in:
Nick Sweeting 2021-04-13 03:59:44 -04:00
parent 7d1f8cb496
commit 3af6f7c734

View file

@ -39,6 +39,12 @@ jobs:
archivebox version
archivebox status
# - name: Push build to PyPI
# run: |
# cd pip_dist/
# python3 -m twine upload --repository testpypi pip_dist/*.{whl,tar.gz}
# python3 -m twine upload --repository pypi pip_dist/*.{whl,tar.gz}
# - name: Commit built package
# run: |
# cd pip_dist/
@ -54,8 +60,3 @@ jobs:
# branch: ${{ github.ref }}
# directory: pip_dist
# - name: Push build to PyPI
# run: |
# cd pip_dist/
# python3 -m twine upload --repository testpypi pip_dist/*.{whl,tar.gz}
# python3 -m twine upload --repository pypi pip_dist/*.{whl,tar.gz}