Skip to content

Comments

feat: Allow python wheels from local path to be packed#259

Open
e8035669 wants to merge 5 commits intoQuantco:mainfrom
e8035669:pypi-local-path-support
Open

feat: Allow python wheels from local path to be packed#259
e8035669 wants to merge 5 commits intoQuantco:mainfrom
e8035669:pypi-local-path-support

Conversation

@e8035669
Copy link
Contributor

Motivation

Allow python wheels from local path to be packed. #179
A pypi package like this can be packed.

[pypi-dependencies]
minimal-project = { path = "./dist/minimal-project-0.0.1-py3-none-any.whl" }

Changes

  • update download_pypi_package() to pack local path wheels.
  • update examples/pypi-wheel-packages/pixi.toml from Python 3.11 to 3.12 in order to install my-webserver wheel file.
  • install a local path wheel to examples/pypi-wheel-packages/pixi.toml
  • update integration_test.rs, correct the python 3.12 path.

If updating documentation:

@github-actions github-actions bot added the enhancement New feature or request label Jan 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant