mirror of
https://github.com/kawasaki/pyscrlink.git
synced 2025-09-05 01:00:23 +02:00
release.sh: Add upload command
To upload the release package to pypi.org, add upload command. Signed-off-by: Shin'ichiro Kawasaki <kawasaki@juno.dti.ne.jp>
This commit is contained in:
@@ -12,6 +12,10 @@ case ${1} in
|
||||
build)
|
||||
python setup.py sdist bdist_wheel
|
||||
;;
|
||||
upload)
|
||||
shift
|
||||
python -m twine upload "$@"
|
||||
;;
|
||||
upload-testpypi)
|
||||
shift
|
||||
python -m twine upload --repository testpypi "$@"
|
||||
|
Reference in New Issue
Block a user