Attempt to add testing to the wheel build process.

This commit is contained in:
Josh W 2024-09-04 10:35:29 -04:00
parent 684a20f530
commit 03ea02690b

View file

@ -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: