release.sh: install+uninstall

pull/944/head
nick black 4 years ago committed by Nick Black
parent 0913020124
commit fbfc47f729

@ -51,12 +51,14 @@ echo "The bastards are trying to immanentize the Eschaton"
# requires token in ~/.netrc
github-release dankamongmen/notcurses create v$VERSION --name "v$VERSION$QUIP" --publish $TARBALL.asc
cd python
cd build
sudo make install
cd ../python
python3 setup.py sdist
python3 setup.py build
twine upload -s -udankamongmen dist/*
# FIXME need to install fresh notcurses for rust to compile
cd ../rust
cargo clean
cargo publish
# FIXME and at this point, uninstall, yuck
cd ../build
cat install_manifest.txt | sudo xargs rm

Loading…
Cancel
Save