Skip to content

Commit 08cffaf

Browse files
committed
Fixed another typo in README
1 parent 4e1215b commit 08cffaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPLOY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
1. First deploy to test and ensure everything is working correctly (see above).
1212
2. cd to *genepattern-python* directory
13-
3. Upload via *python setup.py sdist bdist_wheel; twine upload dist/*
13+
3. Upload via *python setup.py sdist bdist_wheel; twine upload dist/**
1414
4. If the upload fails go to https://pypi.python.org/pypi and manually upload dist/genepattern-python-*.tar.gz
1515
5. Test the deploy by uninstalling and reinstalling the package: *sudo pip uninstall genepattern-python* and *sudo pip install genepattern-python* .
1616

0 commit comments

Comments
 (0)