Skip to content

Commit d0222d8

Browse files
committed
🧽 Whitespace etc.
1 parent 4a3e51c commit d0222d8

1 file changed

Lines changed: 25 additions & 23 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -12,41 +12,43 @@ name: πŸ‘· Build & package via Pixi 🧚
1212

1313
on:
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

2121
permissions:
22-
contents: write
22+
contents: write
2323

2424
jobs:
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

Comments
Β (0)