github workflow: build_setup: use current working directory

This commit is contained in:
Mario Fink 2021-09-21 17:04:03 +02:00
parent c9837f5e68
commit 0e51c3302f

View File

@ -13,10 +13,9 @@ jobs:
steps:
- name: Prepare files
run: |
cat ../README.md | grep '^# IMCtermite' -A 50000 > ./README.md
cp -r ../lib ./
cp -v ../LICENSE ./
working-directory: python/
cat README.md | grep '^# IMCtermite' -A 50000 > python/README.md
cp -r lib/ python
cp -v LICENSE python
build_wheels:
name: Build binary wheels on ${{ matrix.os }}