Skip to content

Commit

Permalink
wip - updating pipeline stack base class
Browse files Browse the repository at this point in the history
  • Loading branch information
rpmcginty committed Jul 9, 2024
1 parent 48ee3cc commit a9caffd
Show file tree
Hide file tree
Showing 3 changed files with 526 additions and 6 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ dev = [
version = {attr = "aibs_informatics_cdk_lib._version.__version__"}

[tool.setuptools.package-data]
"*" = ['py.typed']
"*" = [
'py.typed',
'src/aibs_informatics_cdk_lib/cicd/pipeline/scripts/cicd-release.sh',
]

[tool.setuptools.packages.find]
where = ["src"]
Expand Down
Loading

0 comments on commit a9caffd

Please sign in to comment.