Skip to content

Commit

Permalink
Encrypted var in right location (#215)
Browse files Browse the repository at this point in the history
* Encrypted var in right location

* Update appveyor

* Try to update bad component

* Fix python 3.5

* Fix python 3.5

* Use older version of twine

* Fix again

* Add echo

* Fix

* fix bug

* Try yet another

* Revert
  • Loading branch information
ezralanglois authored Apr 13, 2020
1 parent 555ca93 commit 40265a5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sudo: required

env:
global:
secure: "JSseSilCDLN+26l5Jc3RICog4p0lXjEaQsRUraabJzuBu5YcgIS+fG3stQdaUTJechA/pnGy8UVMqLY1Yd1ZTxSxt/GFjyArVUSXO+eJzBGHs/bfikMw7BILrB/FKNi0+c1A5fuUou/7P7eIIHF/pbfPV+G3y3EaH/RerwW+x7LIKM1BCXZkZEMEg2CSnqguP1TPV/bv7+fsmOsI2LWReRuczq8f7MS1lLg7ABbKOANZIZBlf4KmP3SkIuc6euTNA7bzapVQAuydgwBxW7IExBNguCa5FCRIOrT68VWYCCvH9JPonL7B2qkTcmntkpGtBNiuNpcG3jFi91xbz6FMDsAsiO7sTvtbJ/LCVpr120kv5gPeMSbH/yMYIBqoSoVneY0fNDd5vwitmLXnWlxeMAlNTaVJIVsYk5eD5Zqe4lE0JHEAFhNhRYDZF6XKnpiedAd8Xe8rJoMG4Fkl92fdPmb277+ta4xoVHWsl7KI6wP2s+49KzqaOu1LH+DS784t2xjS9noGAxR8SBmaqQs3tvs7CkZZi0sl81bPbj3aeoewD/nSHlK87H4VpARtfStB7PJMMNsPbI4tQWkdP0vkyKVmacpYxBjJ7Ick/jv3iaRK1tUdUfB4VzhJnvTadBjMavaI/KrxZp8HZMX5VImZMSQClC9QccOckaLcAt/HyS8="
secure: "u1PKXB6w4ca3qONKKdMNS7NvPTGyXa9FuSBvM4IC+Yak0k4P8pghA3iwrtzwCkXzT+kijcVpbOvDJjhD1Kfb0fucpYKEbR+QTTBpqXjwWZx6WHSH/ZoPfc40OiGJ5zbdyRZrI2GKdrgeZbDN2FOE7Vvmu/RgxCdSkpeBmRG2uTqgmVA+Gy+BJBtRgwKdmvChaqIQ7Zwbrw26JA1g+iKDNKSw3SyKbRrkCv2i5u2YrVS3XhbCCCJCt1HmsMZfjFhvx4ddnfQ9At/Z1bx58bb607lhKbWT1AR+NIXtbYz7sGGPxLuUply9KVDzE+3yb72zVIa3R8Nl/cBtS3S2rDyDvaLy3zTpF25jHNxEx956yI8n25lA2qtwqAs7sw+neSvivlEQot0GVPy2r0tsezNFt6GSJG92KYT4TsDVZr8EXQr6n0ocDmMQU/tVqxeG6VelqpjJ257gT1ywU7mtod43ye/7FO+5Is2LbGVq5nWHW203joKo2mLyx2p3/l7EW2o6kDhu+ttiaR6YMYMpnpe+IGWMRhKOxtVH4EJuOKB3G6UfSZmXauwXZdxqN03wqvZnXhDp+cr1p6Wj3L5LyENpw/dS38fRTFBJzNYUTtYatiNVUptI9RGSdkcgvgx3e43XIumgvk7/Tea7DjVEMIXMSj/N1c7P8eJZbiXQmmqa65w="

matrix:
include:
Expand Down
28 changes: 10 additions & 18 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ image:
- Visual Studio 2015
environment:
matrix:
#- generator: "MinGW Makefiles"
# COMPILER_PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin
# BUILD: mingw_win64
# config_type: win64
# ADDIONAL_CONFIG_OPTIONS: -DENABLE_PYTHON=OFF
# PACKAGE_TARGET: bundle
# PYTHON_PATH_DIR: C:\Miniconda-x64
# PYTHON_VERSION: 2.7
# configuration: Release
- generator: "Visual Studio 14 2015 Win64"
BUILD: msvc14_win64_py35
config_type: win64
PACKAGE_TARGET: package_wheel
ADDIONAL_CONFIG_OPTIONS: -DENABLE_APPS=OFF -DENABLE_EXAMPLES=OFF -DENABLE_CSHARP=OFF
PYTHON_PATH_DIR: C:\Miniconda36-x64
PYTHON_VERSION: 3.5
TWINE_VERSION: ==1.15.0
configuration: Release
- generator: "Visual Studio 14 2015 Win64"
BUILD: msvc14_win64_py27
config_type: win64
Expand Down Expand Up @@ -79,14 +79,6 @@ environment:
# PYTHON_PATH_DIR: C:\Miniconda36-x64
# PYTHON_VERSION: 3.4
# configuration: Release
- generator: "Visual Studio 14 2015 Win64"
BUILD: msvc14_win64_py35
config_type: win64
PACKAGE_TARGET: package_wheel
ADDIONAL_CONFIG_OPTIONS: -DENABLE_APPS=OFF -DENABLE_EXAMPLES=OFF -DENABLE_CSHARP=OFF
PYTHON_PATH_DIR: C:\Miniconda36-x64
PYTHON_VERSION: 3.5
configuration: Release
- generator: "Visual Studio 14 2015 Win64"
BUILD: msvc14_win64_py37
config_type: win64
Expand Down Expand Up @@ -115,7 +107,7 @@ before_build:
- cmd: conda info -a
- cmd: conda create --name python%PYTHON_VERSION% python=%PYTHON_VERSION% numpy -y -q
- cmd: activate python%PYTHON_VERSION%
- cmd: conda install -c conda-forge twine -y -q
- cmd: python -m pip install twine%TWINE_VERSION%

install:
- cmd: date /T & time /T
Expand Down

0 comments on commit 40265a5

Please sign in to comment.