File: release

package info (click to toggle)
pychromecast 14.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 620 kB
  • sloc: python: 5,583; sh: 9; makefile: 3
file content (6 lines) | stat: -rwxr-xr-x 137 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/sh
# Pushes a new version to PyPi.

rm -rf dist
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/* --skip-existing