Attempt to add testing to the wheel build process.
This commit is contained in:
parent
684a20f530
commit
03ea02690b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-test-pypi.yml
vendored
2
.github/workflows/build-test-pypi.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue