File: publish.sh

package info (click to toggle)
python-funcy 2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 536 kB
  • sloc: python: 2,989; makefile: 140; javascript: 96; sh: 6
file content (10 lines) | stat: -rwxr-xr-x 184 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/bash

set -ex

NAME=funcy
VERSION=`cat VERSION`

python setup.py sdist bdist_wheel
twine check dist/$NAME-$VERSION*
twine upload --skip-existing -uSuor dist/$NAME-$VERSION*