Skip to content

Commit e5d8bd5

Browse files
authored
Merge pull request #6680 from oliver-sanders/fix-build-workflow
actions: update build action to support python 3.13
2 parents 8b9bf22 + 5a36364 commit e5d8bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Inspect
5757
run: |
5858
unzip -l dist/*.whl | tee files
59-
grep 'cylc_flow.*.dist-info/COPYING' files
59+
grep -E 'cylc_flow.*.dist-info/.*COPYING' files
6060
grep 'cylc/flow/py.typed' files
6161
grep 'cylc/flow/etc' files
6262
grep 'cylc/flow/etc/cylc-completion.bash' files

0 commit comments

Comments
 (0)