From ddcb5ca60c0b48f37c42ff08b6f8f75de96f7902 Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 16 Aug 2020 08:55:38 -0400 Subject: [PATCH] release.sh: only one level of rust --- tools/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/release.sh b/tools/release.sh index bce0960b9..257bb87e3 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -51,12 +51,12 @@ 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 ../python python3 setup.py sdist twine upload -s -udankamongmen dist/* # FIXME need to install fresh notcurses for rust to compile -cd rust +cd ../rust cargo clean cargo publish # FIXME and at this point, uninstall, yuck