Skip to content

Commit 5a36364

Browse files
actions: update build action to support python 3.13
* The COPYING file appears to have moved from `dist-info/COPYING` into `dist-info/licenses/COPYING`.
1 parent 8b9bf22 commit 5a36364

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)