Skip to content

Commit e2b1627

Browse files
committed
update release assertion
1 parent 9eb88c6 commit e2b1627

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- name: Sanity check wheel count
142142
run: |
143143
COUNT=$(find wheels-* -maxdepth 1 -type f | wc -l)
144-
EXPECTED=86
144+
EXPECTED=114
145145
146146
if [ "$COUNT" -ne "$EXPECTED" ]; then
147147
echo "Expected exactly $EXPECTED wheels, found $COUNT"

0 commit comments

Comments
 (0)