From 0e4c9c69eef56ea6ed2d0eabfe8943b24f3a4e09 Mon Sep 17 00:00:00 2001 From: cybermaggedon Date: Mon, 30 Sep 2024 21:07:18 +0100 Subject: [PATCH] Add twine upload target (#86) --- 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: