Skip to content

Commit 4a3e51c

Browse files
committed
📑 Add references to build backend docs
1 parent 7482977 commit 4a3e51c

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# Pixi-Pack action using the `pixi-build-python` backend
22

33
Using this action you can create cross-platform self-extracting archives of pixi
4-
environments.
4+
environments through the [pixi-build-python] backend.
55

6-
It is a fork of the [pixi-pack-action] that is using the *Rattler* backend.
7-
8-
[pixi-pack-action]: https://github.com/Wytamma/pixi-pack-action
6+
It is a fork of the [pixi-pack-action] that is using the [rattler] backend.
97

108
## Example Workflow
119

@@ -50,3 +48,7 @@ jobs:
5048
with:
5149
files: "${{ github.event.repository.name }}-*.sh, ${{ github.event.repository.name }}-*.ps1"
5250
```
51+
52+
[pixi-pack-action]: https://github.com/Wytamma/pixi-pack-action
53+
[pixi-build-python]: https://pixi.prefix.dev/latest/build/backends/pixi-build-python/
54+
[rattler]: https://pixi.prefix.dev/latest/build/backends/pixi-build-rattler-build/

0 commit comments

Comments
 (0)