-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add script to publish from tag #730
add script to publish from tag #730
Conversation
8a24096
to
6b29682
Compare
publish_from_tag.sh
Outdated
echo " . ./venv/bin/activate" | ||
echo " . ./venv/bin/activate.fish" | ||
echo | ||
echo "will try to avtivate..." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
echo "will try to avtivate..." | |
echo "will try to activate..." |
74f9a01
to
adb7496
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In #726, we add a dev
directory on top-level, this script might be well placed there.
publish_from_tag.sh
Outdated
if ! command -v twine &> /dev/null; then | ||
echo "twine could not be found" | ||
echo "maybe load venv with" | ||
echo " . ./venv/bin/activate" | ||
echo " . ./venv/bin/activate.fish" | ||
echo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe exit somewhere here? Else it will fail on line 49
349efb3
to
40fadd3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My point from before still stands, but I wouldn't consider this blocking. Your choice to merge :)
Signed-off-by: Maximilian Huber <maximilian.huber@tngtech.com>
40fadd3
to
758afa5
Compare
This probably would deserve a better placement, description and/or name