Skip to content

Commit

Permalink
docs: improve maintaining.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
synchon committed Dec 20, 2022
1 parent 45b14c7 commit c939d21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/maintaining.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pre-release.

The CI scripts will publish every tag with the format *v.X.Y.Z* to Pypi as
version "X.Y.Z". Additionally, for every push to main, it will be published
as pre-release to TestPypi.
as pre-release to PyPI.

Releasing a new version
-----------------------
Expand Down Expand Up @@ -64,4 +64,3 @@ release.
git tag -a vD.E.0.dev -m "Set next release to D.E.0"
git push origin --follow-tags

0 comments on commit c939d21

Please sign in to comment.