-
Notifications
You must be signed in to change notification settings - Fork 30
Publishing to PyPI
Staś Małolepszy edited this page Oct 23, 2018
·
10 revisions
python-fluent is available on PyPI as fluent.
To publish new versions, first follow the setup instructions regarding .pypirc.
For patch releases, where only the Z in X.Y.Z changes, choose Z as max(current Z of fluent-syntax (JS), current Z of fluent.syntax (Python)) + 1.
-
Update
setup.pyandCHANGELOG.md. -
Commit and push:
$ git commit -m "fluent X.Y.Z" $ git push -
Draft a new release on GitHub.
- Use
X.Y.Zfor the tag name (without thev). - Use
fluent X.Y.Zfor the release title. - Copy the relevant part of the CHANGELOG.
- Use
-
Publish:
$ python setup.py sdist upload -r pypi