mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-27 01:16:22 +02:00
Add twine upload target (#86)
This commit is contained in:
parent
c26ada08c2
commit
0e4c9c69ee
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -26,6 +26,9 @@ packages:
|
||||||
cd trustgraph-embeddings-hf && python3 setup.py sdist --dist-dir ../dist/
|
cd trustgraph-embeddings-hf && python3 setup.py sdist --dist-dir ../dist/
|
||||||
cd trustgraph-utils && 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
|
CONTAINER=docker.io/trustgraph/trustgraph-flow
|
||||||
|
|
||||||
update-package-versions:
|
update-package-versions:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue