From 490f517bd98fd5c0b4e224a35936b802ed51491a Mon Sep 17 00:00:00 2001 From: nick black Date: Wed, 12 Aug 2020 10:47:46 -0400 Subject: [PATCH] tools/release.sh: reflect rust unification #883 --- tools/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/release.sh b/tools/release.sh index cf75f8949..e774324f5 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -56,7 +56,7 @@ python3 setup.py sdist twine upload -s -udankamongmen dist/* # FIXME need to install fresh notcurses for rust to compile -cd rust/libnotcurses-sys +cd rust cargo clean cargo publish # FIXME and at this point, uninstall, yuck