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