Skip to content

Commit

Permalink
Revert "Remove URL opening after publishing in the pypi publish script"
Browse files Browse the repository at this point in the history
This reverts commit 1656c8e.
  • Loading branch information
arthur-debert committed Dec 6, 2024
1 parent 1656c8e commit 8e4f5e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/pypi::publish
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ elif [ "$1" = "gittag" ]; then
create_and_push_git_tag
elif [ "$1" = "publish" ]; then
build_and_publish
if [ "$url" != "" ]; then
open_url_in_browser "$url"
fi
else
echo "Usage: $0 [getversion|published|gittag|publish]"
exit 1
Expand Down

0 comments on commit 8e4f5e6

Please sign in to comment.