We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python-fluent is available on PyPI as fluent.
python-fluent
To publish new versions, first follow the setup instructions regarding .pypirc.
.pypirc
Update setup.py and CHANGELOG.md.
setup.py
CHANGELOG.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