pixi icon indicating copy to clipboard operation
pixi copied to clipboard

feat(upload): use new `rattler_upload` to unify upload code to prefix, anaconda, quetz, artifactory

Open wolfv opened this issue 2 months ago • 3 comments

wolfv avatar Oct 17 '25 13:10 wolfv

Can you show me what commands you have tested?

Is this breaking the pixi upload cli behavior?

ruben-arts avatar Oct 23 '25 07:10 ruben-arts

The commands to test would be:

  • pixi upload --help / pixi upload prefix --help
  • pixi upload prefix -c my-channel ./my-file.conda

The code we are using is battle-tested in rattler-build.

We ARE breaking the current pixi upload https://prefix.dev/api/v1/upload/my_channel my_package.conda which was quite ugly and only supported prefix.dev channels. So I hope that's fine.

On the other hand, all the features from rattler-build upload (like OIDC trusted publishing) are now available.

wolfv avatar Oct 23 '25 08:10 wolfv

Seems there are some unrelated options in there.

image image

tdejager avatar Oct 23 '25 08:10 tdejager

Superseded by #5017

baszalmstra avatar Dec 05 '25 14:12 baszalmstra