Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ba48ba

Browse files
committed
Add DEVELOPMENT.rst file
1 parent 515cf83 commit 9ba48ba

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

DEVELOPMENT.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Instructions to upload auth0-python to PyPI.
2+
============================================
3+
4+
1) Create a .pypirc file in your home directory with the following
5+
contents (replace <username> and <password> with your PyPI credentials):
6+
7+
.. code-block::
8+
9+
[distutils]
10+
index-servers =
11+
pypi
12+
13+
[pypi]
14+
repository: https://pypi.python.org/pypi
15+
username=<username>
16+
password=<password>
17+
18+
2) Bump the version number in auth0/__init__.py
19+
20+
3) Run the following command:
21+
22+
.. code-block:: bash
23+
24+
python setup.py upload sdist bdist

0 commit comments

Comments
 (0)