-
Notifications
You must be signed in to change notification settings - Fork 30
Publishing to PyPI
Staś Małolepszy edited this page Jan 15, 2019
·
10 revisions
python-fluent hosts the code of the following packages available on PyPI:
To publish new versions, first follow the setup instructions regarding .pypirc.
-
cd fluent.syntax -
Update
setup.pyandCHANGELOG.md. -
Commit and push:
$ git commit -m "fluent X.Y.Z" $ git push -
Draft a new release on GitHub.
- Use
[email protected]for the tag name - Use
fluent.syntax X.Y.Zfor the release title. - Copy the relevant part of the CHANGELOG.
- Use
-
Publish:
$ python setup.py sdist upload -r pypi
Up to version 0.10, the fluent.syntax module used to be published as fluent on PyPI. That package is still available but shouldn't be updated any more.