prefix-dev / setup-pixi

GitHub Action to set up pixi :octocat: 📦
https://pixi.sh/dev/advanced/github_actions
BSD 3-Clause "New" or "Revised" License
56 stars 10 forks source link

fix: restoring cache for pyproject.toml #95

Closed nichmor closed 7 months ago

pavelzw commented 7 months ago

Let's wait for #94 with merging, then we can release two fixes at once.

pavelzw commented 7 months ago

Closes #93

nichmor commented 7 months ago

LGTM as a quick fix. In general, we should make sure, though, that setup-pixi works out of the box if only a pyproject.toml is present without specifying manifest-path.

@nichmor can you bump the patch version in package.json? Then the release pipeline will be triggered automatically once merged.

Hey! Yeah, totally. I just wanted to make the scope of this PR very small and later maybe work on automatic discovery of pyproject manifest. Let me bump the patch version

nichmor commented 7 months ago

bumped. @pavelzw can I merge it?

pavelzw commented 7 months ago

let's wait for CI and then we can merge it 👍🏻