github workflow: build_setup: employ shell script, MANIFEST.in: include .hpp from lib

This commit is contained in:
2021-09-21 17:16:02 +02:00
parent 0e51c3302f
commit 3e00543028
3 changed files with 7 additions and 5 deletions

View File

@@ -12,10 +12,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Prepare files
run: |
cat README.md | grep '^# IMCtermite' -A 50000 > python/README.md
cp -r lib/ python
cp -v LICENSE python
run: python/setup.sh
build_wheels:
name: Build binary wheels on ${{ matrix.os }}