Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
try to get awkward-cpp to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Jun 14, 2019
1 parent 080fe01 commit 7f06af7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ install:
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]] ; then pip install numba ; ln -s ../awkward-numba/awkward/numba awkward/numba ; fi
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]] ; then pip install pybind11 ; cd awkward-cpp ; python setup.py build ; cd .. ; tree awkward-cpp/build/ ; cd awkward ; ln -s ../awkward-cpp/build/lib.*/awkward/cpp cpp ; cd .. ; ls -l awkward/cpp ; ls -l awkward/cpp/ ; python -c 'print("TESTING awkward-cpp"); import awkward.cpp; print(awkward.cpp.JaggedArray)' ; fi
- export AWKWARD_DEPLOYMENT=awkward
- if [[ $TRAVIS_PYTHON_VERSION != 3.7 ]] ; then export AWKWARD_DEPLOYMENT=awkward-cpp ; fi
- pip install --upgrade pyOpenSSL # for deployment

notifications:
Expand Down Expand Up @@ -100,7 +101,7 @@ deploy:
user: pivarski
password:
secure: "OdHbicOsXRrArnGHiwzoh/IFQJGpbYlyE3U+yVpkAr/TIo86Zw7/Lu1GoOO0uqdjQxLcNO0iND7oNWFtSQx7POAItSmuZmYAJYXvHoSEfcO4p0A6k3fFh1q/mY0btKFWWfJJ4249JUtUt7IYEiKs74qfHigms8Qz0sL0B6/T97Wqf4IsCujzyZ4fygPAlNJMGmBtf98eTbJyuqpCyHrHN27xxRWJR21dir1nV6Yt777E3gkyXBgnerEaoHNWjMcpUTKbmdygmU/BM4awX6RULCGTXdPvDBmJuG73/PWt3Ru0hUQqDF9Aq3MuYVHDr0qzoGe3Z0KY5SNFV499xpCD3KZbcKN1iuQcsjp7B++fcXvc5fKhNl+cFXUP8b9CfgZo7jDNpI4WWydzGtdzvncVsG2jpXOo4DWItKjuOZzrZlB+gHrzCRG8O0+Y0DiQM0zU5lRrORZYiHTUFamK9EsGKO2iIo/26FVN81XWp9Yf8sk6cF1tsLG5AMpYKd+y0Ol78TmYpJYaGA+taO2bduGmMI24LGqDjg9vczv4mzjgqHlU+7OCNjB+kum+H6X2TmmnIhjPB6PeqhgTFDino9SwCsAfeL5gzlsXD+t1fFj9o5fY8v5pU/raXv5TAqZuza8hnrDmblJTbDxb4EgE9++H3GXSPsEmBPuB3B/6ZjKkBTU="
distributions: "bdist_wheel"
distributions: "sdist bdist_dumb bdist_msi"
on:
tags: true
branch: master
Expand Down
2 changes: 1 addition & 1 deletion awkward/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import re

__version__ = "0.11.0rc3"
__version__ = "0.11.0rc4"
version = __version__
version_info = tuple(re.split(r"[-\.]", __version__))

Expand Down

0 comments on commit 7f06af7

Please sign in to comment.