mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-18 19:18:28 +00:00
[Fix] - Publish python package
This commit is contained in:
parent
97761b97a6
commit
d3e91a87c1
2
.github/workflows/py-ingestion-publish.yml
vendored
2
.github/workflows/py-ingestion-publish.yml
vendored
@ -59,4 +59,4 @@ jobs:
|
|||||||
cd ingestion; \
|
cd ingestion; \
|
||||||
python setup.py install sdist bdist_wheel; \
|
python setup.py install sdist bdist_wheel; \
|
||||||
twine check dist/*; \
|
twine check dist/*; \
|
||||||
twine upload -r dist/*
|
twine upload dist/*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user