Skip to content

Commit f6e36b8

Browse files
committed
MAINT: remove spaces
1 parent 71746de commit f6e36b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,14 +260,14 @@ jobs:
260260
- name: Examine git commit
261261
run: |
262262
cd numpy-src
263-
pwd
264-
ls -al
263+
git checkout v2.3.2
265264
hash=$(git describe HEAD)
265+
echo $hash
266266
if [[ $hash == *"-"*"-"* ]]; then
267-
echo "Build version is not a tag"
267+
echo "SOURCE_REF_TO_BUILD is not a tag"
268268
exit 1
269269
else
270-
echo "Build version is a tag"
270+
echo "SOURCE_REF_TO_BUILD is a tag"
271271
fi;
272272
273273
pypi-publish:

0 commit comments

Comments
 (0)