From de4a7d7b1f79c50aef144ef1560ca0ce1a83dbc9 Mon Sep 17 00:00:00 2001 From: Samuel Lijin Date: Wed, 7 Aug 2024 10:56:24 -0700 Subject: [PATCH] empty object this time? --- .github/workflows/build-python-release.reusable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-python-release.reusable.yaml b/.github/workflows/build-python-release.reusable.yaml index 71b38a078..df169d10b 100644 --- a/.github/workflows/build-python-release.reusable.yaml +++ b/.github/workflows/build-python-release.reusable.yaml @@ -54,7 +54,7 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 - env: ${{ matrix._.env || null}} + env: ${{ matrix._.env || {} }} with: target: ${{ matrix._.target }} command: build