Skip to content

Commit

Permalink
feat: better path handling when using --find-links especially (#2417)
Browse files Browse the repository at this point in the history
Co-authored-by: Ruben Arts <[email protected]>
  • Loading branch information
tdejager and ruben-arts authored Nov 14, 2024
1 parent 7a07ba0 commit 775811f
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 67 deletions.
10 changes: 5 additions & 5 deletions examples/pypi-find-links/pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions examples/pypi-find-links/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ authors = ["Tim de Jager <[email protected]>"]
channels = ["conda-forge"]
name = "pypi-find-links"
platforms = ["osx-arm64", "osx-64", "linux-64", "win-64"]

[project.pypi-options]
# This is similar to the --find-links option in pip
find-links = [{ path = "./links" }]
Expand Down
Loading

0 comments on commit 775811f

Please sign in to comment.