Usage
Description
Uploads packages to your Anaconda repository. The CLI auto-detects the package type from the file when--package-type is not specified.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
We're recruiting for a paid research study on conda users! Apply now.
anaconda org upload <FILE> [files ...] [OPTIONS]
--package-type is not specified.
anaconda org upload numpy-1.21.0-py39_0.conda
anaconda org upload numpy-1.21.0-py39_0.conda scipy-1.7.0-py39_0.conda
anaconda org upload numpy-1.21.0-py39_0.conda --summary "Numerical computing library" --private
anaconda org upload numpy-1.21.0-py39_0.conda --label dev
anaconda org upload numpy-1.21.0-py39_0.conda --user my-org
anaconda org upload *.conda --skip-existing
Was this page helpful?