Issue-4790 (#4800)

This commit is contained in:
HabibRahman 2022-05-13 14:26:10 +05:30 committed by GitHub
parent da92d07c78
commit cfab77c854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/*