Skip to content

Commit

Permalink
Remove trailing newline from .pypirc file
Browse files Browse the repository at this point in the history
  • Loading branch information
bradsease committed May 21, 2020
1 parent f541929 commit 4b0f089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ publish_version:
- python -V
- pip install twine
- python setup.py sdist bdist_wheel
- echo -e "[pypi]\n username = __token__\n password = $PYPI_API_TOKEN" > ~/.pypirc
- echo -e "[pypi]\n username = __token__\n password = $PYPI_API_TOKEN\c" > ~/.pypirc
- twine upload dist/*

0 comments on commit 4b0f089

Please sign in to comment.