From 0744f4e16ee727b57972c648e943e45e5bbab6f2 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Mon, 30 Sep 2024 21:05:02 +0100 Subject: [PATCH] Add twine upload target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 8ae1da3a..e5868416 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,9 @@ packages: cd trustgraph-embeddings-hf && python3 setup.py sdist --dist-dir ../dist/ cd trustgraph-utils && python3 setup.py sdist --dist-dir ../dist/ +pypi-upload: + twine upload dist/*-${VERSION}.* + CONTAINER=docker.io/trustgraph/trustgraph-flow update-package-versions: