File: release

package info (click to toggle)
python-django-ordered-model 3.7.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 592 kB
  • sloc: python: 2,139; sh: 38; makefile: 11
file content (5 lines) | stat: -rwxr-xr-x 75 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/bin/bash
set -e
git tag $1
git push --tags
python setup.py sdist upload