mirror of
https://github.com/kawasaki/pyscrlink.git
synced 2025-09-07 10:10:24 +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)
|
build)
|
||||||
python setup.py sdist bdist_wheel
|
python setup.py sdist bdist_wheel
|
||||||
;;
|
;;
|
||||||
|
upload)
|
||||||
|
shift
|
||||||
|
python -m twine upload "$@"
|
||||||
|
;;
|
||||||
upload-testpypi)
|
upload-testpypi)
|
||||||
shift
|
shift
|
||||||
python -m twine upload --repository testpypi "$@"
|
python -m twine upload --repository testpypi "$@"
|
||||||
|
Reference in New Issue
Block a user