Skip to content

Commit 66c0c45

Browse files
continuous release: tweaks
1 parent 90f38ac commit 66c0c45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@ jobs:
175175
- name: Inspect tmp directory after downloading artifacts
176176
run: |
177177
ls -alFR tmp/
178-
WHEEL_COUNT=$(find wheels -type f -name "*.whl" | wc -l)
178+
WHEEL_COUNT=$(find tmp/ -type f -name "*.whl" | wc -l)
179179
echo "Found $WHEEL_COUNT wheel files"
180180
if [ "$WHEEL_COUNT" -eq 0 ]; then
181-
echo "::error::No wheel files found in wheels directory! Cannot proceed with release."
181+
echo "::error::No wheel files found in tmp directory! Cannot proceed with release."
182182
exit 1
183183
fi
184184

0 commit comments

Comments
 (0)