We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b9bf22 + 5a36364 commit e5d8bd5Copy full SHA for e5d8bd5
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Inspect
57
run: |
58
unzip -l dist/*.whl | tee files
59
- grep 'cylc_flow.*.dist-info/COPYING' files
+ grep -E 'cylc_flow.*.dist-info/.*COPYING' files
60
grep 'cylc/flow/py.typed' files
61
grep 'cylc/flow/etc' files
62
grep 'cylc/flow/etc/cylc-completion.bash' files
0 commit comments