Skip to content

Commit

Permalink
twine password update
Browse files Browse the repository at this point in the history
  • Loading branch information
darioizzo committed Jul 6, 2018
1 parent 01142d7 commit abde475
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ language: cpp
sudo: required
branches:
except: "/pr\\/.*/"

env:
global:
secure: X39My22te29N1jN6wZ1mfR9Lgx82X5TGaWJSX6Yqp4KGkeg1PU6+C8SjFZmsZmmA26vJXsgT+WC909M043zp6Gkpx/CTzr9HZCwdImDMzWfTq6Q9h1Z44KsgSEi39XCiFd6/1hvxG+EHZTS5672y/3NoyU4TBaWstYwQFxbXcfQ=

matrix:
include:
- env: PYKEP_BUILD="manylinux64Py37" DOCKER_IMAGE="quay.io/pypa/manylinux1_x86_64"
Expand All @@ -25,7 +20,6 @@ matrix:
sudo: required
services:
- docker

install:
- docker pull $DOCKER_IMAGE
script:
Expand All @@ -34,5 +28,7 @@ script:
- bash ../tools/install_travis.sh
notifications:
email: false



env:
matrix:
secure: TTYUO/dbT7fN2Dt3A9eaSI7/kvyySk6RGlh7LInnfswqdBkiPQKh593rR2wHXAqgY7f8CyHUjPoKiml3WLuK6n5jKyzE6zHaq8BjHYmlbSa82+BGUxcyQAI3eJrXCJDIVsV9EITUyWsyVYo0XRLnhOoIbiI9quClMmzBU6ZNWks=
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ version: '{build}'

environment:
TWINE_PASSWORD:
secure: UGpLM1eTRobLbka7TwQ3LA==
secure: M+qvYgRh05fEw6G9aglK4g==

matrix:
#- BUILD_TYPE: "MSVC_64_Python36" # Still issues with python .... also many warning from conversions
# COMPILER: MSVC15
Expand Down

0 comments on commit abde475

Please sign in to comment.