Skip to content

Commit

Permalink
Still trying to fix publish in GA
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Oct 5, 2023
1 parent 911f9df commit a8fe94c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ publish-for-ga:
# Only a warning, but then it does not find dcicutils for some reason.
poetry install
pip install dcicutils
echo "DEBUG: Running pip list ..."
pip list
poetry run publish-to-pypi --noconfirm

publish-pypi:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.8,<3.12"
python-lambda-4dn = "0.12.3"
dcicutils = "8.0.0" # DEBUG: trying to get publish to work in GA
boto3 = "^1.28.56"
botocore = "^1.31.56"
Benchmark-4dn = "^0.5.23"
Expand Down

0 comments on commit a8fe94c

Please sign in to comment.