We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847041a commit 709dae0Copy full SHA for 709dae0
DEPLOY.md
@@ -10,7 +10,7 @@
10
11
1. First deploy to test and ensure everything is working correctly (see above).
12
2. cd to *genepattern-python* directory
13
-3. Upload via python setup.py sdist bdist_wheel; twine upload dist/*
+3. Upload via *python setup.py sdist bdist_wheel; twine upload dist/*
14
4. If the upload fails go to https://pypi.python.org/pypi and manually upload dist/genepattern-python-*.tar.gz
15
5. Test the deploy by uninstalling and reinstalling the package: *sudo pip uninstall genepattern-python* and *sudo pip install genepattern-python* .
16
0 commit comments