-
Notifications
You must be signed in to change notification settings - Fork 28
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.py
andCHANGELOG.md
. -
Commit and push:
$ git commit -m "fluent X.Y.X" $ git push
-
Draft a new release on GitHub.
- Use
X.Y.Z
for 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