Skip to content

Commit

Permalink
Cleanup release docs (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h authored Mar 14, 2020
1 parent 1e36f44 commit 1ea75e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/source/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`_
Expand Down
7 changes: 1 addition & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1ea75e9

Please sign in to comment.