From a90d1056d855744b3b033cb1572708b795c25353 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Tue, 20 Apr 2021 10:07:15 +0200 Subject: Allow CI pipeline to install on Test PyPI --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5a3ee9d7..e281a2ad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -88,8 +88,8 @@ jobs: runs-on: ubuntu-latest steps: - - name: Install pypa/build - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') + - name: Install pip + if: github.event_name == 'push' run: >- python -m pip install @@ -97,7 +97,7 @@ jobs: --user - name: Build a binary wheel and a source tarball - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') + if: github.event_name == 'push' run: >- python -m build -- cgit v1.2.3