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 4e1215b commit 08cffafCopy full SHA for 08cffaf
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