Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbird committed May 6, 2018
1 parent 15ef9a8 commit 905dfc8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ demotest:
# DISTRIBUTIONS
########################################################################

dist: zipdist gztardist windist
dist: zipdist windist

gztardist: clean_code
$(PYTHON) setup.py -q sdist --format=gztar
# twine only permits one source distribution
#gztardist: clean_code
# $(PYTHON) setup.py -q sdist --format=gztar
zipdist: clean_code
$(PYTHON) setup.py -q sdist --format=zip
windist: clean_code
Expand Down
7 changes: 4 additions & 3 deletions RELEASE-HOWTO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ Building an NLTK distribution
5. Release
- Make the distributions
make clean; make dist; ls dist/
- twine register nltk
twine upload dist/*
- Check upload at https://pypi.python.org/pypi/nltk
- Upload the distributions
python -m twine upload -r pypi dist/*
- Check upload
https://pypi.python.org/pypi/nltk

6. Announce
- Post announcement to NLTK the mailing lists:
Expand Down

0 comments on commit 905dfc8

Please sign in to comment.