Skip to content

Commit

Permalink
Fixed another typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtabor committed Jul 27, 2020
1 parent 4e1215b commit 08cffaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

Expand Down

0 comments on commit 08cffaf

Please sign in to comment.