Build both packages to one container, bump version

This commit is contained in:
Cyber MacGeddon 2024-09-30 13:58:39 +01:00
parent b84124f177
commit 06ac734a33
4 changed files with 21 additions and 15 deletions

View file

@ -1,17 +1,15 @@
# VERSION=$(shell git describe | sed 's/^v//')
VERSION=0.11.5
VERSION=0.11.6
DOCKER=podman
all: pkgs
all: container
pkgs:
pip3 wheel --no-deps --wheel-dir dist trustgraph-core/
pip3 wheel --no-deps --wheel-dir dist trustgraph-embeddings-hf/
# container
CONTAINER=docker.io/trustgraph/trustgraph-flow
container: