Over in pandas we're trying to use this action to upload to https://anaconda.org/channels/scientific-python-nightly-wheels/packages/pandas/overview and the following platforms are failing (example failing job: https://github.com/pandas-dev/pandas/actions/runs/20086600506)
- win-64
- win-arm64
- manylinux-aarch64
- musllinux-aarch64
I think these are largely failing because these platforms are not specified in the platforms in the pixi.toml
|
platforms = ["linux-64", "osx-64", "osx-arm64"] |