Skip to content

Commit

Permalink
Update to deploy instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtabor committed Oct 19, 2017
1 parent b7c3d67 commit 57dbfd0
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions DEPLOY.md
Expand Up @@ -3,12 +3,10 @@
1. Make sure setup.py and nbtools.__version__ are updated.
2. Navigate to the correct directory:
> cd nbtool-manager
3. Run the following to register the deploy with the test PyPi:
> python setup.py register -r pypitest
4. Upload the files by running:
3. Upload the files by running:
> python setup.py sdist upload -r pypitest
5. If the upload fails go to [https://testpypi.python.org/pypi](https://testpypi.python.org/pypi) and manually upload dist/nbtools-*.tar.gz.
6. Test the deploy by uninstalling and reinstalling the package:
4. If the upload fails go to [https://testpypi.python.org/pypi](https://testpypi.python.org/pypi) and manually upload dist/nbtools-*.tar.gz.
5. Test the deploy by uninstalling and reinstalling the package:
> sudo pip uninstall nbtools;
> sudo pip install -i https://testpypi.python.org/pypi nbtools
Expand All @@ -17,12 +15,10 @@
1. First deploy to test and ensure everything is working correctly (see above).
2. Navigate to the correct directory:
> cd nbtool-manager
3. Run the following to register the deploy with PyPi:
> python setup.py register
4. Upload the files by running:
3. Upload the files by running:
> python setup.py sdist upload
5. If the upload fails go to [https://pypi.python.org/pypi](https://pypi.python.org/pypi) and manually upload dist/nbtools-*.tar.gz.
6. Test the deploy by uninstalling and reinstalling the package:
4. If the upload fails go to [https://pypi.python.org/pypi](https://pypi.python.org/pypi) and manually upload dist/nbtools-*.tar.gz.
5. Test the deploy by uninstalling and reinstalling the package:
> sudo pip uninstall nbtools;
> sudo pip install nbtools
Expand Down

0 comments on commit 57dbfd0

Please sign in to comment.