release: supply -s -udankamongmen to twine

This commit is contained in:
nick black 2020-08-01 17:58:42 -04:00
parent 8cfd1677c4
commit 9443b2f316
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -58,7 +58,8 @@ cargo publish
cd ../notcurses
cargo clean
cargo publish
# FIXME and at this point, uninstall, yuck
cd ../../python
python3 setup.py sdist
twine upload dist/*
twine -s -udankamongmen upload dist/*