github workflow: build_setup: use current working directory
This commit is contained in:
parent
c9837f5e68
commit
0e51c3302f
7
.github/workflows/pypi-deploy.yml
vendored
7
.github/workflows/pypi-deploy.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user