-
Notifications
You must be signed in to change notification settings - Fork 28
Publishing to PyPI
Staś Małolepszy edited this page Jun 13, 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:
$ git commit -m "fluent X.Y.X"
-
Tag the commit:
$ git tag -s X.Y.Z
-
Push the commit and the tag:
$ git push $ git push --tags
-
Publish:
$ python setup.py sdist upload -r pypi