From e3a7e8718c814ac4b86e68207c8ed0923dea8262 Mon Sep 17 00:00:00 2001 From: Gil Forsyth Date: Fri, 17 Jun 2022 12:49:58 -0400 Subject: [PATCH] hotfix gha publish to pypi --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 425399e01..a3035e980 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: - name: install pypa/build run: pip install build - name: build sdist(tarball) to dist/ - if: startsWith(matrix.python-version, '3.10') }} + if: ${{ startsWith(matrix.python-version, '3.10') }} run: python -m build . --sdist - name: build bdist(wheel) to dist/ run: python -m build . --wheel