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