mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 19:18:05 +00:00
Issue-4790 (#4800)
This commit is contained in:
parent
da92d07c78
commit
cfab77c854
3
.github/workflows/py-ingestion-publish.yml
vendored
3
.github/workflows/py-ingestion-publish.yml
vendored
@ -41,6 +41,7 @@ jobs:
|
||||
twine check dist/*; \
|
||||
twine upload -r testpypi dist/*
|
||||
publish:
|
||||
needs: [publish-test]
|
||||
runs-on: ubuntu-latest
|
||||
environment: release
|
||||
steps:
|
||||
@ -61,4 +62,4 @@ jobs:
|
||||
cd ingestion; \
|
||||
python setup.py install sdist bdist_wheel; \
|
||||
twine check dist/*; \
|
||||
twine upload -r dist/*
|
||||
twine upload -r dist/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user