aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/python-deploy.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/python-deploy.yml')
-rw-r--r--.github/workflows/python-deploy.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/python-deploy.yml b/.github/workflows/python-deploy.yml
index f25ea3e..9539965 100644
--- a/.github/workflows/python-deploy.yml
+++ b/.github/workflows/python-deploy.yml
@@ -30,6 +30,9 @@ jobs:
- name: Build wheels
run: |
python -m cibuildwheel --output-dir ./wheelhouse ./python
+ env:
+ CIBW_TEST_COMMAND: "python -m unittest discover {package}/tests"
+ CIBW_SKIP: "pp* cp27-* cp35-*"
- uses: actions/upload-artifact@v2
with: