In the Platform tab, click Artifactory | Artifacts, then click ellipsis |Deploy(Upload). Deploy options are displayed.
Select your Conda repository as the Target Repository, and upload the file you want to deploy.
Check the Deploy as Conda Artifact checkbox. When deploying, ensure you upload the package to the correct Target Path that reflects its subdirectory (e.g., your-repo/linux-64/package-name.tar.bz2). Artifactory uses this path to correctly index the package.
Verify the deploy options, then click Deploy. The package is deployed.
Metadata Updates
The Conda metadata is automatically calculated and updated when adding, removing, copying, or moving Conda packages. The calculation is only invoked after a package-related action is completed. It may sometimes take up to 30 seconds to complete, as the process is asynchronous and its performance depends on the overall system load. Although rarely required, you may wish to invoke metadata calculation on the entire repository. This can be done using the Recalculate Index option after you right-click the repository in the Tree Browser, or via the REST API.
Deploy a Conda Source Package
When deploying sources, the Target Path is automatically displayed, and we recommend not changing this path. Changing the 'src/contrib' path will result in Artifactory not identifying the package as a Conda package since Artifactory will not be able to index it.