File: HOWTOPUBLISH

package info (click to toggle)
python-tabulate 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 552 kB
  • sloc: python: 5,466; sh: 7; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 275 bytes parent folder | download
1
2
3
4
5
6
7
# update contributors and CHANGELOG in README
# tag version release
python3 benchmark.py  # then update README
tox -e py37-extra,py38-extra,py39-extra,py310-extra
python3 -m build -nswx .
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
twine upload dist/*