From d265bbd0d6b97c75d8b8c32dc8d2eef21fcd0896 Mon Sep 17 00:00:00 2001 From: pablete Date: Fri, 1 Mar 2024 12:00:58 -0500 Subject: [PATCH] add build to gha workflow --- .github/workflows/publish-to-test-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index c85f4a3..fdf3a9b 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -31,7 +31,7 @@ jobs: python -m pip install --upgrade - setuptools wheel + setuptools wheel build - name: Build and wheel run: >-