diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61b670b..6bdee34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,6 +99,8 @@ jobs: needs: - build-python-package - deploy-python-package + with: + version: ${{ needs.build-python-package.outputs.version }} set-pipeline-exit-status: # This step is just so we can make github require this step, to pass checks