alpacon package python upload

Upload a Python package to the Alpacon package repository.

alpacon package python upload FILE [flags]
Uploaded packages are visible to every server in this workspace. Keep filenames in the standard <name>-<version>-<platform>.whl form so operators downstream can pin to an exact version when installing.

Options

  -h, --help   help for upload

Examples

Upload a wheel file from the current directory:

alpacon package python upload alpamon-1.1.0-py3-none-any.whl

Upload from an absolute path:

alpacon package python upload /home/alpacon/alpamon-1.1.0-py3-none-any.whl
Last updated: