Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
66c0c454
Commit
66c0c454
authored
May 16, 2025
by
Titus von Koeller
Browse files
continuous release: tweaks
parent
90f38acc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/python-package.yml
.github/workflows/python-package.yml
+2
-2
No files found.
.github/workflows/python-package.yml
View file @
66c0c454
...
@@ -175,10 +175,10 @@ jobs:
...
@@ -175,10 +175,10 @@ jobs:
-
name
:
Inspect tmp directory after downloading artifacts
-
name
:
Inspect tmp directory after downloading artifacts
run
:
|
run
:
|
ls -alFR tmp/
ls -alFR tmp/
WHEEL_COUNT=$(find
wheels
-type f -name "*.whl" | wc -l)
WHEEL_COUNT=$(find
tmp/
-type f -name "*.whl" | wc -l)
echo "Found $WHEEL_COUNT wheel files"
echo "Found $WHEEL_COUNT wheel files"
if [ "$WHEEL_COUNT" -eq 0 ]; then
if [ "$WHEEL_COUNT" -eq 0 ]; then
echo "::error::No wheel files found in
wheels
directory! Cannot proceed with release."
echo "::error::No wheel files found in
tmp
directory! Cannot proceed with release."
exit 1
exit 1
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment