Skip to content

Commit

Permalink
git refactor - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Oct 13, 2024
1 parent a99ec37 commit 8de2062
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions hubblescope/.abcli/actions.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#! /usr/bin/env bash

function hubble_action_git_before_push() {
[[ "$(abcli_git get_branch)" == "main" ]] &&
hubble pypi build
[[ "$(abcli_git get_branch)" != "main" ]] &&
return 0

hubble pypi build
}
2 changes: 1 addition & 1 deletion hubblescope/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

DESCRIPTION = f"{ICON} tools to access and process Hubble Space Telescope imagery and other datasets on AWS Open Data Registry."

VERSION = "4.42.1"
VERSION = "4.43.1"

MARQUEE = "https://github.com/kamangir/hubble/raw/main/assets/hst/u4ge0106r_c0m.gif"

0 comments on commit 8de2062

Please sign in to comment.