File: release_to_pypi.sh

package info (click to toggle)
python-email-validator 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: python: 1,598; makefile: 43; sh: 15
file content (6 lines) | stat: -rwxr-xr-x 180 bytes parent folder | download
1
2
3
4
5
6
#!/bin/bash
source env/bin/activate
pip3 install --upgrade build twine
rm -rf dist
python3 -m build
twine upload -u __token__ dist/* # username: __token__ password: pypi API token