File: deploy.sh

package info (click to toggle)
python-mbedtls 2.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 960 kB
  • sloc: python: 4,595; sh: 170; makefile: 18
file content (11 lines) | stat: -rwxr-xr-x 158 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -ex

cat << EOF > $HOME/.pypirc
[pypi]
username: $PYPI_USERNAME
password: $PYPI_PASSWORD
EOF

devpi push python-mbedtls==$TRAVIS_TAG pypi:pypi