Publish Python Packages with Twine

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide
ft:sourceType
Paligo

To publish (upload) Python packages with Twine:

To upload a Python package to Artifactory, use the following command:

twine upload --repository <REPOSITORY_NAME> <PATH_TO_FILE>

For example:

twine upload --repository pypi-local ~/workspace/my_file.tar.gz