Skip to content

Commit

Permalink
Update release steps (#116)
Browse files Browse the repository at this point in the history
Use build is recommend now
https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#packaging-your-project

Co-authored-by: Manuel Kaufmann <humitos@gmail.com>
  • Loading branch information
stsewd and humitos committed Sep 15, 2022
1 parent f246343 commit 9ca7b2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.rst
Expand Up @@ -3,7 +3,7 @@ Read the Docs Sphinx Extensions

.. image:: https://img.shields.io/pypi/v/readthedocs-sphinx-ext.svg
:target: https://pypi.python.org/pypi/readthedocs-sphinx-ext
:alt: Pypi Version
:alt: PyPI Version
.. image:: https://circleci.com/gh/readthedocs/readthedocs-sphinx-ext.svg?style=svg
:target: https://circleci.com/gh/readthedocs/readthedocs-sphinx-ext
:alt: Build Status
Expand All @@ -28,6 +28,7 @@ Releasing

.. code:: bash
$ python -m pip install --upgrade pip build twine
$ rm -rf dist/
$ python setup.py sdist bdist_wheel
$ python -m build --sdist --wheel
$ twine upload --sign --identity security@readthedocs.org dist/*

0 comments on commit 9ca7b2e

Please sign in to comment.