-
Update the version number in
setup.py
(example:1.0.16
). -
Commit and push to GitHub.
-
Go to https://github.com/qubole/qds-sdk-py/releases and draft a new release: add a tag (example:
v1.0.16
) and what changed since the last release. -
Make sure you have Qubole's PyPI credentials stored in
~/.pypirc
[server-login] username:qubole password:
-
Upload to PyPI:
python setup.py sdist upload