File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ function do_build_lib {
114
114
&& make DYNAMIC_ARCH=1 USE_OPENMP=0 NUM_THREADS=64 BINARY=$bitness $interface64_flags > /dev/null \
115
115
&& make PREFIX=$BUILD_PREFIX $interface64_flags install )
116
116
stop_spinner
117
- local version=$( cd OpenBLAS && git describe --tags)
117
+ local version=$( cd OpenBLAS && git describe --tags --abbrev=8 )
118
118
local plat_tag=$( get_distutils_platform_ex $plat )
119
119
local suff=" "
120
120
[ -n " $suffix " ] && suff=" -$suffix "
@@ -142,9 +142,9 @@ function upload_to_anaconda {
142
142
anaconda -t $OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN upload \
143
143
--no-progress --force -u multibuild-wheels-staging \
144
144
-t file -p " openblas-libs" \
145
- -v " $( cd OpenBLAS && git describe --tags) " \
145
+ -v " $( cd OpenBLAS && git describe --tags --abbrev=8 ) " \
146
146
-d " OpenBLAS for multibuild wheels" \
147
147
-s " OpenBLAS for multibuild wheels" \
148
148
libs/openblas* .tar.gz
149
149
fi
150
- }
150
+ }
You can’t perform that action at this time.
0 commit comments