Skip to content

Commit fb923ad

Browse files
committed
MAINT: remove spaces
1 parent 11a8438 commit fb923ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,10 @@ jobs:
260260
pwd
261261
hash=$(git describe HEAD)
262262
if [[ $hash == *"-"*"-"* ]]; then
263-
echo "Build version is not a tag"
263+
echo "Build version is not a tag"
264264
exit 1
265265
else
266-
echo "Build version is a tag"
266+
echo "Build version is a tag"
267267
fi;
268268
269269
pypi-publish:

0 commit comments

Comments
 (0)