From 03ea02690b5e4e0cbcd29b56247db3a0ae9356de Mon Sep 17 00:00:00 2001 From: Josh Washburne Date: Wed, 4 Sep 2024 10:35:29 -0400 Subject: [PATCH] Attempt to add testing to the wheel build process. --- .github/workflows/build-test-pypi.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-test-pypi.yml b/.github/workflows/build-test-pypi.yml index b09e850..dda8e1f 100644 --- a/.github/workflows/build-test-pypi.yml +++ b/.github/workflows/build-test-pypi.yml @@ -78,6 +78,8 @@ jobs: #CIBW_ARCHS_WINDOWS: "auto ARM64" CIBW_BUILD: "cp${{ steps.pythonversion.outputs.value }}-*" CIBW_ENVIRONMENT: "SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.event.inputs.overrideVersion }}" + CIBW_TEST_COMMAND: pytest {package}/tests + CIBW_TEST_EXTRAS: "tests" - name: Upload wheels to artifact container uses: actions/upload-artifact@v4 with: