mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
release.sh: only one level of rust
This commit is contained in:
parent
e897de3700
commit
ddcb5ca60c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user