Skip to content

Commit

Permalink
Wrap credentials in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
pselle committed Jan 31, 2017
1 parent 281647e commit 54ba330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ deployment:
owner: iopipe
commands:
- python setup.py bdist
- twine upload dist/* -u $PYPI_USERNAME -p $PYPI_PASSWORD
- twine upload dist/* -u $PYPI_USERNAME -p "$PYPI_PASSWORD"

0 comments on commit 54ba330

Please sign in to comment.