reorder
This commit is contained in:
parent
7d1f8cb496
commit
3af6f7c734
1 changed files with 6 additions and 5 deletions
11
.github/workflows/pip.yml
vendored
11
.github/workflows/pip.yml
vendored
|
@ -39,6 +39,12 @@ jobs:
|
||||||
archivebox version
|
archivebox version
|
||||||
archivebox status
|
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
|
# - name: Commit built package
|
||||||
# run: |
|
# run: |
|
||||||
# cd pip_dist/
|
# cd pip_dist/
|
||||||
|
@ -54,8 +60,3 @@ jobs:
|
||||||
# branch: ${{ github.ref }}
|
# branch: ${{ github.ref }}
|
||||||
# directory: pip_dist
|
# 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}
|
|
||||||
|
|
Loading…
Reference in a new issue