mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 17:06:22 +02:00
Fix trustgraph broken linkage (#109)
This commit is contained in:
parent
16aa6e0c6c
commit
a711bc1dde
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -35,6 +35,7 @@ CONTAINER=docker.io/trustgraph/trustgraph-flow
|
||||||
|
|
||||||
update-package-versions:
|
update-package-versions:
|
||||||
mkdir -p trustgraph-cli/trustgraph
|
mkdir -p trustgraph-cli/trustgraph
|
||||||
|
mkdir -p trustgraph/trustgraph
|
||||||
echo __version__ = \"${VERSION}\" > trustgraph-base/trustgraph/base_version.py
|
echo __version__ = \"${VERSION}\" > trustgraph-base/trustgraph/base_version.py
|
||||||
echo __version__ = \"${VERSION}\" > trustgraph-flow/trustgraph/flow_version.py
|
echo __version__ = \"${VERSION}\" > trustgraph-flow/trustgraph/flow_version.py
|
||||||
echo __version__ = \"${VERSION}\" > trustgraph-vertexai/trustgraph/vertexai_version.py
|
echo __version__ = \"${VERSION}\" > trustgraph-vertexai/trustgraph/vertexai_version.py
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue