File: deploy.sh

package info (click to toggle)
mkdocs-glightbox 0.4.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,356 kB
  • sloc: python: 721; makefile: 6; sh: 2; javascript: 1
file content (3 lines) | stat: -rw-r--r-- 82 bytes parent folder | download
1
2
3
#!/bin/bash
rm -rf dist
python3 setup.py sdist bdist_wheel && twine upload dist/*