Skip to content

Commit

Permalink
Fix workflow indent
Browse files Browse the repository at this point in the history
  • Loading branch information
petrnymsa authored Jan 8, 2020
1 parent eee52db commit 7cb42bd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
run: |
python setup.py sdist
twine upload --skip-existing -r testpypi dist/*
- name: Upload to pypi
if: github.ref == 'refs/heads/master'
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist
twine upload --skip-existing dist/*
- name: Upload to pypi
if: github.ref == 'refs/heads/master'
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist
twine upload --skip-existing dist/*

0 comments on commit 7cb42bd

Please sign in to comment.