File: deploy.sh

package info (click to toggle)
python-keycloak 5.7.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,372 kB
  • sloc: python: 14,249; sh: 43; makefile: 28
file content (13 lines) | stat: -rwxr-xr-x 198 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash

cat << EOF > /root/.pypirc
[distutils]
index-servers=pypi

[pypi]
username=${PYPI_USERNAME}
password=${PYPI_PASSWORD}
EOF

python setup.py sdist bdist_wheel
twine upload dist/*