Skip to content

Commit 201b994

Browse files
committed
temporarily upload travis to older anaconda site
1 parent fc9db82 commit 201b994

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ env:
44
# commit.
55
- OPENBLAS_COMMIT="v0.3.26"
66
- REPO_DIR=OpenBLAS
7-
# Following generated with:
8-
# travis encrypt -r MacPython/openblas-libs OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN=<secret token value>
9-
# The value of the existing token can be retrieved at the bottom of the page at:
10-
# https://anaconda.org/multibuild-wheels-staging/settings/access:
11-
# To generate a new token, we need the permissions:
12-
# - "Allow write access to the API site"
13-
# - "Allow uploads to PyPI repositories"
14-
- secure: "vxMRXsnSBczv/u4HF0LT2U/f5wdTosSWmORwcNv8A/46uFK5CExbVj/LqW0e4fnrv2EZX2sDokrC/3nZAvlxRiZSkJ6dR34lU7ysPheD1sTdpVnKFrajcu22gmMmrORQf/v0ntkFYQj/+zRqVGb8QJLxW9bj8mEoWH4vkmnIHyRNuuIeLQrlbU3PeXusQ1/XoCrmlsU9kg8pyTwzfpG00T7BkACbZBYhRK84LCB4pIYgxxWgMKXH8DSqVxsK9egYXZM58YQwIOJGwpqw5XyYH+aKjZqSz1opNbzClWwT3hgAveVgQ7t2rZ8YZ0I6GyphLQ9JId/Vmuza0TjwzlCcexNSsAfolbqiCcwBElNBDpUzNB4bRzyGc3vckE/C+PlDoRL1be0UHoEnyzmIzwhwVrZKOyz7pGkbdtjOoqB5VgoMy04Tnd2l4mkJkx5ub3v7Z0Q74LWKKaZJcXBVIATIjZu43jI9Y9HYV8Ey0CcZY33EjwpOe7wSVgiSDcTv1KUS1tJwZpHX+duJSYMQyWRhkTxKtt8E1FosNQ1fRZMFmY74mAdVPIv9Vn1qgSnOCSkNGlLBIjVCozie0HVlzUk1FhvLtral3b/hp7+6JVjU1sp7HnaS/DtHTq57kceEbT56GxbQopye1zvecnhUp9tohLFeSzk/zJcvXGTIMrJlWnU="
157

168
language: python
179
sudo: required

tools/upload_to_anaconda_staging.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ upload_wheels() {
1313
VERSION=$(git describe --tags --abbrev=8)
1414
popd
1515

16+
if [ "$OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN" != ""]; then
17+
echo "Uploading OpenBLAS $VERSION to anaconda.org/multibuild-wheels-staging"
18+
19+
anaconda -t $OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN upload \
20+
--no-progress --force -u multibuild-wheels-staging \
21+
dist/scipy_openblas*.whl
22+
23+
fi
1624
if [ "$ANACONDA_SCIENTIFIC_PYTHON_UPLOAD" == "" ]; then
1725
echo "ANACONDA_SCIENTIFIC_PYTHON_UPLOAD is not defined: skipping."
1826
else

0 commit comments

Comments
 (0)