mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 09:11:03 +02:00
Tweaking to get package build working
This commit is contained in:
parent
3ad2801cf2
commit
d41ecfb861
2 changed files with 5 additions and 2 deletions
5
Makefile
5
Makefile
|
|
@ -4,7 +4,10 @@ VERSION=0.11.5
|
|||
|
||||
DOCKER=podman
|
||||
|
||||
all:
|
||||
all: pkgs
|
||||
|
||||
pkgs:
|
||||
pip3 wheel --no-deps --wheel-dir dist trustgraph-core/
|
||||
|
||||
# container
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue