From 2b800bbb3a5f51fbb288f7e55360aeba14a56a5e Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Thu, 31 Dec 2020 16:40:10 +0000 Subject: [PATCH] Build some sample wheels --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 12539e9c..5276be33 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,6 +53,11 @@ jobs: run: | python bin/sample_build.py + - name: Get some sample wheels + run: | + python -m test.test_projects test.test_0_basic.basic_project sample_proj + cibuildwheel --output-dir wheelhouse sample_proj + - uses: actions/upload-artifact@v2 with: name: sample_wheels