File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,8 @@ after_success:
100
100
-
pip install -q git+https://github.com/Anaconda-Platform/[email protected]
101
101
- anaconda -t $OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN upload
102
102
--no-progress --force -u multibuild-wheels-staging
103
- -t file -p "openblas" -v "$(cd OpenBLAS && git describe --tags)"
103
+ -t file -p "openblas-libs"
104
+ -v "$(cd OpenBLAS && git describe --tags)"
104
105
-d "OpenBLAS for multibuild wheels"
105
106
-s "OpenBLAS for multibuild wheels"
106
107
libs/openblas*.tar.gz
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ls -lh builds/openblas*.zip
14
14
15
15
anaconda -t $OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN upload \
16
16
--no-progress --force -u multibuild-wheels-staging \
17
- -t file -p " openblas" -v " $VERSION " \
17
+ -t file -p " openblas-libs " -v " $VERSION " \
18
18
-d " OpenBLAS for multibuild wheels" \
19
19
-s " OpenBLAS for multibuild wheels" \
20
20
builds/openblas* .zip
You can’t perform that action at this time.
0 commit comments