From 63f535f0d347dba8513e4bb98bf684f12e821302 Mon Sep 17 00:00:00 2001 From: James Kermode Date: Fri, 13 Jan 2023 15:47:17 +0000 Subject: [PATCH] Update build-wheels.yml Sorry for the experimental programming, hard to avoid with GHA CI... --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 915dda02..160bc421 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -83,7 +83,7 @@ jobs: shell: bash - name: Deploy sdist to PyPI - if: ${{ steps.check-tag.outputs.match == 'true' && startsWith(matrix.os, 'ubuntu') && matrix.python == 'cp311' }} + if: ${{ steps.check-tag.outputs.match == 'true' && startsWith(matrix.buildplat[0], 'ubuntu') && matrix.python == 'cp311' }} run: | pip install build python -m build