Publish Python Packages with uv

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide

You can use uv to natively publish Python packages to Artifactory.

To publish to Artifactory with uv:

  • Run the following command:

    uv publish <FILE_PATH> --index <REPO>

    Where:

    • <FILE_PATH>: The file path to the project you want to publish

    • <REPO>: The name of the target repository in Artifactory

    For example:

    uv publish dist/* --index pypi_local