Skip to content

Commit

Permalink
Fixes publish script + bumps version for hamilton UI
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahbenizzy committed Jun 27, 2024
1 parent 94e1378 commit 3b05625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def build_and_publish(prod: bool, no_wipe_dist: bool):
git_root = _get_git_root()
install_path = os.path.join(git_root, "ui/backend")
logger.info("Building UI -- this may take a bit...")
# build_ui.callback() # use the underlying function, not click's object
build_ui.callback() # use the underlying function, not click's object
with cd(install_path):
logger.info("Built UI!")
if not no_wipe_dist:
Expand Down
2 changes: 1 addition & 1 deletion ui/backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def load_requirements():

setup(
name="sf-hamilton-ui", # there's already a hamilton in pypi
version="0.0.7",
version="0.0.8",
description="Hamilton, the micro-framework for creating dataframes.",
long_description="""Hamilton tracking server, see [the docs for more](https://github.com/dagworks-inc/hamilton/tree/main/ui/)""",
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 3b05625

Please sign in to comment.