File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
# commit.
5
5
- OPENBLAS_COMMIT="v0.3.26"
6
6
- 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="
15
7
16
8
language : python
17
9
sudo : required
Original file line number Diff line number Diff line change @@ -13,6 +13,14 @@ upload_wheels() {
13
13
VERSION=$( git describe --tags --abbrev=8)
14
14
popd
15
15
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
16
24
if [ " $ANACONDA_SCIENTIFIC_PYTHON_UPLOAD " == " " ]; then
17
25
echo " ANACONDA_SCIENTIFIC_PYTHON_UPLOAD is not defined: skipping."
18
26
else
You can’t perform that action at this time.
0 commit comments