Skip to content

Commit 6bb3054

Browse files
committed
Rename package: openblas -> openblas-libs
1 parent f37a6ad commit 6bb3054

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ after_success:
100100
- pip install -q git+https://github.com/Anaconda-Platform/[email protected]
101101
- anaconda -t $OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN upload
102102
--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)"
104105
-d "OpenBLAS for multibuild wheels"
105106
-s "OpenBLAS for multibuild wheels"
106107
libs/openblas*.tar.gz

appveyor/upload_to_anaconda_staging.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ls -lh builds/openblas*.zip
1414

1515
anaconda -t $OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN upload \
1616
--no-progress --force -u multibuild-wheels-staging \
17-
-t file -p "openblas" -v "$VERSION" \
17+
-t file -p "openblas-libs" -v "$VERSION" \
1818
-d "OpenBLAS for multibuild wheels" \
1919
-s "OpenBLAS for multibuild wheels" \
2020
builds/openblas*.zip

0 commit comments

Comments
 (0)