File: upload.sh

package info (click to toggle)
python-romy 0.0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 160 kB
  • sloc: python: 279; makefile: 7; sh: 5
file content (7 lines) | stat: -rwxr-xr-x 175 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash

python3 -m pip install --upgrade pip
python3 -m pip install --upgrade build
python -m build
python3 -m pip install --upgrade twine
python3 -m twine upload dist/*