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