From cfab77c854c9b21b07b0174aa2ec8185bed73276 Mon Sep 17 00:00:00 2001 From: HabibRahman <45668654+habibrhmn@users.noreply.github.com> Date: Fri, 13 May 2022 14:26:10 +0530 Subject: [PATCH] Issue-4790 (#4800) --- .github/workflows/py-ingestion-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/py-ingestion-publish.yml b/.github/workflows/py-ingestion-publish.yml index 9cf78887b5b..1b7c5d30b4d 100644 --- a/.github/workflows/py-ingestion-publish.yml +++ b/.github/workflows/py-ingestion-publish.yml @@ -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/* \ No newline at end of file + twine upload -r dist/*