From 3af6f7c73486635049c935787b8c11d556728a5f Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 13 Apr 2021 03:59:44 -0400 Subject: [PATCH] reorder --- .github/workflows/pip.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 8d8e3f91..7c2d341d 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -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}