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