From c53b699587616a1874cba63312b264d04e12eca1 Mon Sep 17 00:00:00 2001 From: Lucian Smith Date: Thu, 10 Oct 2024 14:45:33 -0700 Subject: [PATCH] Syntax fix. I hope. --- .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 d78d540..8494ce6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -260,7 +260,7 @@ jobs: ############################################# # Create PyPI release ############################################# - - name: Create PyPI release + - name: Create PyPI release if: steps.determine-if-release-needed.outputs.release == '1' env: POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}