Update workflows

This commit is contained in:
Joseph Henry
2021-04-22 10:36:31 -07:00
parent 6eaa03c04b
commit 4f3120ad5b
3 changed files with 4 additions and 19 deletions

View File

@@ -38,7 +38,7 @@ jobs:
cd pkg/pypi;
python setup.py build_clib
run: |
swig -c++ -python -o src/bindings/python/zt_wrap.cpp -Iinclude src/bindings/python/zt.i
swig -c++ -python -o src/bindings/python/zt_wrap.cxx -Iinclude src/bindings/python/zt.i
python -m cibuildwheel pkg/pypi --output-dir wheelhouse
- uses: actions/upload-artifact@v2