Skip to content

Commit

Permalink
fix(github): fixes in workflows II
Browse files Browse the repository at this point in the history
  • Loading branch information
Lluis Santos committed Nov 12, 2020
1 parent 5096357 commit 152bbea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ jobs:
env:
PYPI_PASS: ${{ secrets.STAGE_PYPI_TOKEN }}
run: |
source venv/bin/activate
pip install twine
twine upload -u __token__ -p ${PYPI_PASS} --repository testpypi dist/*

0 comments on commit 152bbea

Please sign in to comment.