Python 패키지를 PyPI에 배포하는 도구. 더 많은 정보: https://twine.readthedocs.io/en/stable/#commands.
twine upload dist/*
twine upload -r testpypi dist/*
twine upload -u {{사용자명}} -p {{비밀번호}} dist/*
twine upload --repository-url {{저장소_URL}} dist/*
twine check dist/*
twine upload --config-file {{설정_파일}} dist/*
twine upload --skip-existing dist/*
twine upload --verbose dist/*