Publish Python Packages with Poetry

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide

To publish Python packages with Poetry:

Run the following command:

poetry publish --repository artifactory-<REPOSITORY_NAME> --dist-dir dist

For example:

poetry publish --repository artifactory-pypi-local --dist-dir dist