Skip to content

Commit

Permalink
Support for gitinfo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Jan 4, 2024
1 parent 45ed176 commit b6f4a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dcicutils/scripts/publish_to_pypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def verify_unstaged_changes() -> bool:
"""
If the current git repo has NO unstaged changes then returns True,
otherwise prints an error message and returns False. HOWEVER, we DO
allow unstaged changes to just the file gitinfo.json if such exists; to
allow unstaged changes to just the file gitinfo.json if such exists; to
allow GitHub Actions to update with latest git (repo, branch, commit) info.
"""
git_diff_results, _ = execute_command("git diff --name-only")
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dcicutils"
version = "8.7.0.1b1" # TODO: To become 8.7.1
version = "8.7.0.1b2" # TODO: To become 8.7.1
description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources"
authors = ["4DN-DCIC Team <support@4dnucleome.org>"]
license = "MIT"
Expand Down

0 comments on commit b6f4a9a

Please sign in to comment.