From aca1dda3e8450109416d09296541943ed87eb95f Mon Sep 17 00:00:00 2001 From: bishoy-at-pieces Date: Thu, 19 Feb 2026 12:37:43 +0200 Subject: [PATCH] fix(ci): correct deploy input string comparison --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 500a02cc..b646de04 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -313,7 +313,7 @@ jobs: ### Upload to test Pypi - name: Upload Packages to PyPi for release - if: ${{ inputs.deploy == 'true' && matrix.os == 'macos-latest' }} + if: ${{ inputs.deploy == true && matrix.os == 'macos-latest' }} run: |- export POETRY_PYPI_TOKEN_PYPI=${{ secrets.pypi_token }} pip install poetry