From d95f8c35bdc09f2e43b3f86a133b10fb0cffe294 Mon Sep 17 00:00:00 2001 From: Lucian Smith Date: Thu, 10 Oct 2024 14:44:48 -0700 Subject: [PATCH] Fix workflow for tellurium. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e39ea60..d78d540 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -261,7 +261,7 @@ jobs: # Create PyPI release ############################################# - name: Create PyPI release - if: steps.check-new-release.outputs.needDeploy == 'true' + if: steps.determine-if-release-needed.outputs.release == '1' env: POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }} run: |