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.
1 parent be7bbf2 commit 51ab2e5Copy full SHA for 51ab2e5
.github/workflows/kit.yml
@@ -35,7 +35,7 @@ defaults:
35
env:
36
PIP_DISABLE_PIP_VERSION_CHECK: 1
37
# PYVERSIONS: changing the list of versions will change the number of
38
- # expected distributions.
+ # expected distributions. This must match the same number in publish.yml.
39
EXPECTED: 67
40
41
permissions:
.github/workflows/publish.yml
@@ -16,8 +16,8 @@ defaults:
16
17
18
19
20
- EXPECTED: 63
+ # expected distributions. This must match the same number in kit.yml.
+ EXPECTED: 67
21
22
23
contents: read
0 commit comments