-
Notifications
You must be signed in to change notification settings - Fork 30
Publishing to PyPI
Staś Małolepszy edited this page Nov 29, 2017
·
10 revisions
python-fluent is available on PyPI as fluent.
To publish new versions, first follow the setup instructions regarding .pypirc.
-
Update
setup.pyandCHANGELOG.md. -
Commit and push:
$ git commit -m "fluent X.Y.X" $ git push -
Draft a new release on GitHub.
- Use
X.Y.Zfor the tag name (without thev). - Use
fluent X.Y.Z (Month DD)for the release title. - Copy the relevant part of the CHANGELOG.
- Use
-
Publish:
$ python setup.py sdist upload -r pypi