pixi upload
#
About#
Upload a conda package
Usage#
Arguments#
-
<HOST>
- The host + channel to upload to
required:true
-
<PACKAGE_FILE>
- The file to upload
required:true
Description#
Upload a conda package
With this command, you can upload a conda package to a channel. Example: pixi upload https://prefix.dev/api/v1/upload/my_channel my_package.conda
Use pixi auth login
to authenticate with the server.