Skip to content

Commit

Permalink
thug commit to master to remove dcicutils install from Makefile/publi…
Browse files Browse the repository at this point in the history
…sh-for-ga; and added poetry.toml like other repos.
  • Loading branch information
dmichaels-harvard committed Jan 29, 2025
1 parent 76f9442 commit aac22a7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,25 @@ foursight
Change Log
----------

4.9.14
======
Thug commit yet again to master branch to remove again dcicutils install from Makefile/publish-to-ga; AND
added poetry.toml with '[virtualenvs] / create = false' like other repos; THINK this is the publish problem.


4.9.13
=====
Thug commit to again to master branch to remove put back dcicutils install from Makefile/publish-to-ga,
======
Thug commit to again to master branch to put back dcicutils install from Makefile/publish-to-ga,
buit with the latest (8.17.0) version; some lingering issue here with this to resolve.


4.9.12
=====
======
Thug commit to master branch to remove unnecessary dcicutils install from Makefile/publish-to-ga.


4.9.11
=====
======

* Update lock file to use a newer version of dcicutils to get around publish script issue due to change in github API

Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ publish:

publish-for-ga:
# New Python based publish script in dcicutils (2023-04-25).
pip install dcicutils==8.17.0
poetry run publish-to-pypi --noconfirm
3 changes: 3 additions & 0 deletions poetry.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[virtualenvs]
create = false

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 = "foursight"
version = "4.9.13"
version = "4.9.14"
description = "Serverless Chalice Application for Monitoring"
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit aac22a7

Please sign in to comment.