File: pypi_publish.sh

package info (click to toggle)
python-awscurl 0.36-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 260 kB
  • sloc: python: 967; sh: 90; makefile: 18
file content (8 lines) | stat: -rwxr-xr-x 93 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

pip install twine

python setup.py sdist bdist_wheel

twine upload dist/*