Skip to content

Commit

Permalink
Update pypi-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Will McGinnis committed Mar 21, 2020
1 parent bba1758 commit fdfd25d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Clone
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
uses: actions/checkout@v1
- name: Build package
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
Expand Down

0 comments on commit fdfd25d

Please sign in to comment.