Allow CI pipeline to install on Test PyPI

This commit is contained in:
nicolargo 2021-04-20 10:07:15 +02:00
parent 5e299a0400
commit a90d1056d8
1 changed files with 3 additions and 3 deletions

View File

@ -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