Skip to content

Commit

Permalink
fix(github): fixed release wf
Browse files Browse the repository at this point in the history
  • Loading branch information
Lluis Santos committed Nov 12, 2020
1 parent 34fa0c0 commit 59b7782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: |
source venv/bin/activate
pip install twine
twine upload -u __token__ -p ${PYPI_PASS} --repository testpypi dist/*
twine upload -u __token__ -p ${PYPI_PASS} dist/*

0 comments on commit 59b7782

Please sign in to comment.