python-quickstart
Last updated on
This guide will help you create a Python Artifact Registry in Harness, configure an upstream proxy, and manage Python packages.
Python Artifact Registry
Prerequisites
- Ensure you have Python CLI installed and configured on your local machine.
- Ensure you have access to a Harness account with the appropriate permissions to create registries and connectors.
Create a Python Artifact Registry
- Interactive Guide
- Step-by-Step
- Navigate to the Artifact Registry module in your Harness project.
- Click on New Artifact Registry.
- In the Registry Type list, select Python Registry.
- Provide a Registry Name.
- The registry name must start with a letter and can include lowercase alphanumeric characters, underscores (
_), periods (.), and hyphens (-).
- The registry name must start with a letter and can include lowercase alphanumeric characters, underscores (
- Optionally, add a Description and Labels for better organization.
- Click Create Registry to finalize.
private python registry
This registry will serve as your private Python registry within Harness.