Skip to content

Commit 890322d

Browse files
authored
Update RELEASING
1 parent 26d6a2e commit 890322d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASING

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Releasing shopify_python_api
1010
6. Push the changes to github
1111
git push --tags origin master
1212
7. Configure your credentials for pypi in $HOME/pypi.rc
13-
(see https://docs.python.org/2/distutils/packageindex.html#the-pypirc-file for instructions)
13+
- Set the repository to https://pypi.python.org/pypi
14+
(see https://docs.python.org/2/distutils/packageindex.html#the-pypirc-file for further instructions)
1415
8. Upload the source package to pypi – you need to be a package owner in pypi to do this
1516
python setup.py sdist upload --repository pypi

0 commit comments

Comments
 (0)