Skip to content

Commit

Permalink
Fixup twine credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaljovec committed Nov 22, 2019
1 parent 246f239 commit 508429a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ make
python setup.py sdist

# Test the upload
twine upload --repository-url https://test.pypi.org/legacy/ -u __twine__ -p $PYPI_TOKEN --non-interactive dist/topopy-${TEMP_VERSION}.tar.gz
twine upload --repository-url https://test.pypi.org/legacy/ -u __token__ -p ${PYPI_TOKEN} --non-interactive dist/topopy-${TEMP_VERSION}.tar.gz
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple topopy==TEMP_VERSION
python -c "import topopy"

0 comments on commit 508429a

Please sign in to comment.