We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d6a2e commit 890322dCopy full SHA for 890322d
RELEASING
@@ -10,6 +10,7 @@ Releasing shopify_python_api
10
6. Push the changes to github
11
git push --tags origin master
12
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)
+ - 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