github workflow: fix indent for multiline run
This commit is contained in:
parent
a3f5042c64
commit
c9837f5e68
6
.github/workflows/pypi-deploy.yml
vendored
6
.github/workflows/pypi-deploy.yml
vendored
@ -13,9 +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 > ./README.md
|
||||||
cp -r ../lib ./
|
cp -r ../lib ./
|
||||||
cp -v ../LICENSE ./
|
cp -v ../LICENSE ./
|
||||||
working-directory: python/
|
working-directory: python/
|
||||||
|
|
||||||
build_wheels:
|
build_wheels:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user