Skip to content

A CircleCI orb to assist with downloading from and publishing packages to Cloudsmith.

License

Notifications You must be signed in to change notification settings

ft-circleci-orbs/cloudsmith-python-orb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloudsmith Python Orb

CircleCI GitHub License

A CircleCI orb to assist with downloading python packages from and publishing python packages to Cloudsmith.


Getting started

The orb commands require the following environment variables to be set:

  • CLOUDSMITH_ORGANISATION : The identity/slug of the Cloudsmith organisation to use when authenticating with OIDC. Defaults to "financial-times" if not set.
  • CLOUDSMITH_SERVICE_ACCOUNT : The identity/slug of the Cloudsmith service account to use when authenticating with OIDC.

These are used to authenticate with Cloudsmith using OIDC and can be found in the Cloudsmith UI.

The orb provides commands to set environment variables for various package managment tools (e.g. pip) and to publish packages using the Cloudsmith CLI.


Documentation

Please see the documention on the CircleCI orb registry.