- Create a .pypirc file in your home directory with the following contents (replace <username> and <password> with your PyPI credentials):
[distutils]
index-servers =
pypi
[pypi]
repository: https://pypi.python.org/pypi
username=<username>
password=<password>
- Bump the version number in auth0/__init__.py
- Run the following command:
python setup.py sdist bdist upload