Skip to content

Commit 92b4396

Browse files
Fix pypi python3.14 wheel release (#4686)
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
1 parent abd87fb commit 92b4396

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scancode-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ jobs:
588588
strategy:
589589
fail-fast: false
590590
matrix:
591-
dist_names: ["wheels-3.10", "wheels-3.11", "wheels-3.12", "wheels-3.13", "wheels-3.13", "sdists"]
591+
dist_names: ["wheels-3.10", "wheels-3.11", "wheels-3.12", "wheels-3.13", "wheels-3.14", "sdists"]
592592

593593
steps:
594594
- name: Set up Python

0 commit comments

Comments
 (0)