File: build-upload.sh

package info (click to toggle)
python-humps 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 96 kB
  • sloc: python: 94; makefile: 7; sh: 5
file content (10 lines) | stat: -rw-r--r-- 181 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

rm -rf dist

python setup.py clean check sdist bdist_wheel --universal

gpg --detach-sign -a dist/*.whl
gpg --detach-sign -a dist/*.tar.gz

twine upload dist/*