File: upload_to_pypi.sh

package info (click to toggle)
python-shelxfile 22-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,652 kB
  • sloc: python: 6,347; sh: 11; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
####
source venv/bin/activate
python3 -m twine upload --repository shelxfile dist/*
#VERSION="$(cat ./setup.cfg | grep version | cut -d' ' -f3)"
#git tag v$VERSION
echo "Tag pushed, a release should appear on https://test.pypi.org/project/shelxfile"