We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc3c17d + 890322d commit e948c3aCopy full SHA for e948c3a
RELEASING
@@ -9,5 +9,8 @@ Releasing shopify_python_api
9
git tag -m "Release X.Y.Z" vX.Y.Z
10
6. Push the changes to github
11
git push --tags origin master
12
-7. Upload the source package to pypi
13
- python setup.py sdist upload
+7. Configure your credentials for pypi in $HOME/pypi.rc
+ - 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