File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
8
8
9
9
[project ]
10
10
name = " scipy-openblas64"
11
- version = " 0.3.26.0.4 "
11
+ version = " 0.3.26.0.5 "
12
12
requires-python = " >=3.7"
13
13
description = " Provides OpenBLAS for python packaging"
14
14
readme = " README.md"
Original file line number Diff line number Diff line change @@ -13,14 +13,12 @@ upload_wheels() {
13
13
VERSION=$( git describe --tags --abbrev=8)
14
14
popd
15
15
16
- # if only rename was built-in to bash...
17
- for f in dist/* .whl; do cp $f " ${f/ scipy_openblas/ scipy-openblas} " ; done
18
16
if [ " $OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN " != " " ]; then
19
17
echo " Uploading OpenBLAS $VERSION to anaconda.org/multibuild-wheels-staging"
20
18
21
19
anaconda -t $OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN upload \
22
20
--no-progress --force -u multibuild-wheels-staging \
23
- dist/scipy-openblas * .whl
21
+ dist/scipy_openblas * .whl
24
22
25
23
fi
26
24
if [ " $ANACONDA_SCIENTIFIC_PYTHON_UPLOAD " == " " ]; then
@@ -30,7 +28,7 @@ upload_wheels() {
30
28
31
29
anaconda -t $ANACONDA_SCIENTIFIC_PYTHON_UPLOAD upload \
32
30
--no-progress --force -u scientific-python-nightly-wheels \
33
- dist/scipy-openblas * .whl
31
+ dist/scipy_openblas * .whl
34
32
35
33
tarballs=$( ls -d builds/openblas* .zip libs/openblas* .tar.gz 2> /dev/null)
36
34
anaconda -t $ANACONDA_SCIENTIFIC_PYTHON_UPLOAD upload \
You can’t perform that action at this time.
0 commit comments