Build some sample wheels

This commit is contained in:
Joe Rickerby
2020-12-31 16:40:10 +00:00
parent 2e8e806be0
commit 2b800bbb3a
+5
View File
@@ -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