Skip to content

Commit 51ab2e5

Browse files
committed
build: have to keep expected dist counts in sync
1 parent be7bbf2 commit 51ab2e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/kit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ defaults:
3535
env:
3636
PIP_DISABLE_PIP_VERSION_CHECK: 1
3737
# PYVERSIONS: changing the list of versions will change the number of
38-
# expected distributions.
38+
# expected distributions. This must match the same number in publish.yml.
3939
EXPECTED: 67
4040

4141
permissions:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ defaults:
1616

1717
env:
1818
# PYVERSIONS: changing the list of versions will change the number of
19-
# expected distributions.
20-
EXPECTED: 63
19+
# expected distributions. This must match the same number in kit.yml.
20+
EXPECTED: 67
2121

2222
permissions:
2323
contents: read

0 commit comments

Comments
 (0)