mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-29 08:29:38 +02:00
Maint/auto pkg versions (#82)
* Remove need to manage setup.py version * Update YAMLs
This commit is contained in:
parent
cdace22ee4
commit
3fb75c617b
21 changed files with 374 additions and 354 deletions
8
Makefile
8
Makefile
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
# VERSION=$(shell git describe | sed 's/^v//')
|
||||
VERSION=0.11.7
|
||||
VERSION=0.11.8
|
||||
|
||||
DOCKER=podman
|
||||
|
||||
|
|
@ -12,7 +12,11 @@ pkgs:
|
|||
|
||||
CONTAINER=docker.io/trustgraph/trustgraph-flow
|
||||
|
||||
container:
|
||||
update-package-versions:
|
||||
echo __version__ = \"${VERSION}\" > trustgraph-core/trustgraph/core_version.py
|
||||
echo __version__ = \"${VERSION}\" > trustgraph-embeddings-hf/trustgraph/embeddings_hf_version.py
|
||||
|
||||
container: update-package-versions
|
||||
${DOCKER} build -f Containerfile -t ${CONTAINER}:${VERSION} \
|
||||
--format docker
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue