Skip to content

v0.22.0 -2024-05-13

Compare
Choose a tag to compare
@github-actions github-actions released this 13 May 13:18
· 731 commits to main since this release
c6d5baf

[0.22.0] - 2024-05-13

✨ Highlights

  • Support for source pypi dependencies through the cli:
    • pixi add --pypi 'package @ package.whl', perfect for adding just build wheels to your environment in CI.
    • pixi add --pypi 'package_from_git @ git+https://github.com/org/package.git', to add a package from a git repository.
    • pixi add --pypi 'package_from_source @ file:///path/to/source/package' --editable, to add a package from a local path.

📃 Details

Added

  • Implement more functions for pixi add --pypi by @wolfv in #1244

Documentation

Fixed

Refactor

New Contributors

Full commit history