Skip to content

Commit 43ab710

Browse files
committed
Update pypi password
1 parent 70bc53a commit 43ab710

1 file changed

Lines changed: 24 additions & 27 deletions

File tree

.travis.yml

Lines changed: 24 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,30 @@
1-
21
env:
32
global:
4-
- CIBW_BEFORE_BUILD="yum install -y gcc && yum install -y glibc.i686 && pip install numpy cython && cd requirements && bash install_cmake.bash && bash clone.bash && bash build.bash"
5-
- CIBW_TEST_REQUIRES="nose2"
6-
- CIBW_TEST_COMMAND="cd {project}/test && nose2"
7-
- CIBW_SKIP="cp33-* cp34-*"
8-
- TWINE_USERNAME=mmatl
9-
3+
- CIBW_BEFORE_BUILD="yum install -y gcc && yum install -y glibc.i686 && pip install
4+
numpy cython && cd requirements && bash install_cmake.bash && bash clone.bash
5+
&& bash build.bash"
6+
- CIBW_TEST_REQUIRES="nose2"
7+
- CIBW_TEST_COMMAND="cd {project}/test && nose2"
8+
- CIBW_SKIP="cp33-* cp34-*"
9+
- TWINE_USERNAME=mmatl
1010
matrix:
1111
include:
12-
- dist: trusty
13-
sudo: required
14-
language: python
15-
python: "3.6"
16-
services:
17-
- docker
18-
12+
- dist: trusty
13+
sudo: required
14+
language: python
15+
python: '3.6'
16+
services:
17+
- docker
1918
install:
20-
# Python 3 is needed to run cibuildwheel
21-
- if [ "${TRAVIS_OS_NAME:-}" == "osx" ]; then
22-
brew install python3;
23-
fi
24-
# Install cibuildwheel using pip3 to make sure Python 3 is used.
25-
- pip3 install cibuildwheel==0.7.1
26-
19+
- if [ "${TRAVIS_OS_NAME:-}" == "osx" ]; then brew install python3; fi
20+
- pip3 install cibuildwheel==0.7.1
2721
script:
28-
- cibuildwheel --output-dir wheelhouse
29-
- |
30-
if [[ $TRAVIS_TAG ]]; then
31-
python -m pip install twine
32-
python -m twine upload wheelhouse/*.whl
33-
fi
22+
- cibuildwheel --output-dir wheelhouse
23+
- |
24+
if [[ $TRAVIS_TAG ]]; then
25+
python -m pip install twine
26+
python -m twine upload wheelhouse/*.whl
27+
fi
28+
deploy:
29+
password:
30+
secure: uk2FhiCbUmFuq1ehtHOxGfYsW/6SAVBAHpiADDDcaxnArpBzymDXJ5uzj4eGLZocnA2pDcDexyk+ITN/GChcEwwMr74Bc2WlyPdrnArdi7lyLfXP6uH0ZvXXwkfqtUuAb08v6n6PFYf+O8z6sSLDDxFZJgaSoWOX+nywV2kxEHaqe11XELSR1gSbbRmTB5CQFMBRj7jlf8tdzbutwkipKllsLspWmfkDOr6qBnURVYvUFSwY3bN2108ga8LykZl3BT04mDaXT6Fts+TBxpnNvigRz9ppif29K1YWyj8dVwu/cZA2Bv37vx6NT/6TDEu3eTofUbH/RhzAs/dACjH36bdxNIYcsC+7+bKuE7kA0741VE4m6/xGevKBXVQpjZcf/UrKcVCyuSsUBe9oOKxjqhpJuL1WanfH9Dfl61QdD+RGmkpFOeuGIevZ4uW43iohe+epLrTrNB7vafh2l5yL2+dDodcW/Ydiqu4aO3j6rVS0+frEdgGr58UaXokle3N77EZldC/mzQrffKns1SpgJPTMlKH2SSYnMSPKr9Od5P+QPxKDmJ20PBzNpP4tI/x35w1+KQwA+lv3p0mT5zYcWmrt5NndVwaP/SyTLHqvUGQ3bCpOahLw/897/IvoT/fdxUKR4dlKOPd+IddAHkujNli1jpSMWJzpaM+zVPS4rk8=

0 commit comments

Comments
 (0)