Add twine upload target (#86)

This commit is contained in:
cybermaggedon 2024-09-30 21:07:18 +01:00 committed by GitHub
parent c26ada08c2
commit 0e4c9c69ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: