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:
|
steps:
|
||||||
- name: Prepare files
|
- name: Prepare files
|
||||||
run: |
|
run: |
|
||||||
cat ../README.md | grep '^# IMCtermite' -A 50000 > ./README.md
|
cat README.md | grep '^# IMCtermite' -A 50000 > python/README.md
|
||||||
cp -r ../lib ./
|
cp -r lib/ python
|
||||||
cp -v ../LICENSE ./
|
cp -v LICENSE python
|
||||||
working-directory: python/
|
|
||||||
|
|
||||||
build_wheels:
|
build_wheels:
|
||||||
name: Build binary wheels on ${{ matrix.os }}
|
name: Build binary wheels on ${{ matrix.os }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user