Skip to content

Commit

Permalink
move-pipeline-to-actions: update deployment step
Browse files Browse the repository at this point in the history
  • Loading branch information
Naeemedmo committed Mar 3, 2023
1 parent 6a77583 commit 840b98b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.rst
Expand Up @@ -175,8 +175,6 @@ Releases to PyPI (the repository used when using ``pip install``) is created
and deployed automatically when making a tagged released. To do so you need to:

* Update and push a new version number in ``pyproject.toml`` to branch ``master``.
* Create and push a git tag (or Github release) using the tag name `v<version number>`.
(E.g. if you make version 1.2.3, the tag should be `v1.2.3`.)

And that is it. CircleCI is configured to automatically build Python wheel and
upload them to PyPI.
After merging to master, the workflow creates the a tag and a Github release and
uploads the latest version Pypi.

0 comments on commit 840b98b

Please sign in to comment.