File: publish.sh

package info (click to toggle)
python-webdavclient 3.14.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 644 kB
  • sloc: python: 2,241; xml: 535; makefile: 5; sh: 3
file content (8 lines) | stat: -rwxr-xr-x 110 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
# Clean old dists
rm -r dist

# Create new packege
python setup.py sdist

# Upload to pypi
twine upload dist/*