Skip to content

Commit

Permalink
corrected ga publish script wrt dcicutils versiongd
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Nov 26, 2024
1 parent ea179f4 commit 0bbd665
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
python-version: 3.12
- name: Install Python dependencies for publish
run: python -m pip install dcicutils==8.7.0.1b2
run: python -m pip install dcicutils==8.16.4
- name: Update the gitinfo.json file with latest relevant git info
run: |
echo "{\"repo\": \"https://github.com/${{ github.repository }}\", \"branch\": \"${GITHUB_REF##*/}\", \"commit\": \"${GITHUB_SHA}\"}" > foursight_core/gitinfo.json
Expand Down
31 changes: 15 additions & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0bbd665

Please sign in to comment.