@@ -12,41 +12,43 @@ name: π· Build & package via Pixi π§
1212
1313on :
1414
15- release :
16- types :
17- - published # A release, pre-release, or draft of a release was published.
15+ release :
16+ types :
17+ - published # A release, pre-release, or draft of a release was published.
1818
19- workflow_dispatch :
19+ workflow_dispatch :
2020
2121permissions :
22- contents : write
22+ contents : write
2323
2424jobs :
2525
26- build-and-package :
26+ build-and-package :
2727
28- name : Build package π§π¦π
28+ name : Build package π§π¦π
2929
30- runs-on : ubuntu-24.04
30+ runs-on : ubuntu-24.04
3131
32- strategy :
33- matrix :
34- platform : ["osx-arm64", "linux-64", "win-64"]
35- fail-fast : false
32+ strategy :
33+ matrix :
34+ platform : [ "osx-arm64", "linux-64", "win-64" ]
35+ fail-fast : false
3636
37- steps :
38- - name : π₯ Checkout repo
39- uses : actions/checkout@v6
37+ steps :
38+ - name : π₯ Checkout repo
39+ uses : actions/checkout@v6
4040
41- - name : Run Pixi-Pack π§π¦
42- uses : ehrenfeu/pixi-pack-action-python@v7
43- with :
44- platform : ${{ matrix.platform }}
41+ - name : Run Pixi-Pack π§π¦
42+ uses : ehrenfeu/pixi-pack-action-python@v7
43+ with :
44+ platform : ${{ matrix.platform }}
4545
46- - name : π€ Upload to Release
47- uses : softprops/action-gh-release@v3
48- with :
49- files : " ${{ github.event.repository.name }}-*.sh, ${{ github.event.repository.name }}-*.ps1"
46+ - name : π€ Upload to Release
47+ uses : softprops/action-gh-release@v3
48+ with :
49+ files : |
50+ ${{ github.event.repository.name }}-*.sh
51+ ${{ github.event.repository.name }}-*.ps1
5052` ` `
5153
5254[pixi-pack-action]: https://github.com/Wytamma/pixi-pack-action
0 commit comments