Skip to content

Commit e948c3a

Browse files
authored
Merge pull request #195 from Shopify/jamiemtdwyer-patch-1
Update RELEASING
2 parents cc3c17d + 890322d commit e948c3a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

RELEASING

+5-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ Releasing shopify_python_api
99
git tag -m "Release X.Y.Z" vX.Y.Z
1010
6. Push the changes to github
1111
git push --tags origin master
12-
7. Upload the source package to pypi
13-
python setup.py sdist upload
12+
7. Configure your credentials for pypi in $HOME/pypi.rc
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)
15+
8. Upload the source package to pypi – you need to be a package owner in pypi to do this
16+
python setup.py sdist upload --repository pypi

0 commit comments

Comments
 (0)