github workflow: replace make setup by multiline run
This commit is contained in:
parent
53d607db2c
commit
a3f5042c64
7
.github/workflows/pypi-deploy.yml
vendored
7
.github/workflows/pypi-deploy.yml
vendored
@ -11,10 +11,11 @@ jobs:
|
|||||||
name: Prepare environment for wheel builds
|
name: Prepare environment for wheel builds
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Install make
|
|
||||||
run: sudo apt-get install -y make
|
|
||||||
- name: Prepare files
|
- name: Prepare files
|
||||||
run: make setup
|
run: |
|
||||||
|
cat ../README.md | grep '^# IMCtermite' -A 50000 > ./README.md
|
||||||
|
cp -r ../lib ./
|
||||||
|
cp -v ../LICENSE ./
|
||||||
working-directory: python/
|
working-directory: python/
|
||||||
|
|
||||||
build_wheels:
|
build_wheels:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user