diff --git a/doc/source/development.rst b/doc/source/development.rst index 4724c13..9923d51 100644 --- a/doc/source/development.rst +++ b/doc/source/development.rst @@ -31,7 +31,7 @@ Tag the release and push to github.com .. code-block:: bash - $ git tag 2.0.0 + $ git tag v2.0.0 $ git push --tags Upload to `PyPI`_ diff --git a/tox.ini b/tox.ini index 2b5f720..6489c01 100644 --- a/tox.ini +++ b/tox.ini @@ -55,12 +55,7 @@ whitelist_externals = [testenv:publish-dists] commands = - bash -c '\ - twine upload {toxinidir}/dist/*.whl \ - -u $TWINE_USERNAME \ - -p $TWINE_PASSWORD \ - --repository-url $TWINE_REPOSITORY \ - ' + bash -c 'twine upload {toxinidir}/dist/*.whl' whitelist_externals = bash