Skip to content

Commit 00fcbbd

Browse files
committed
Smaller cleanups
Signed-off-by: Ole Herman Schumacher Elgesem <ole.elgesem@northern.tech>
1 parent a9012c9 commit 00fcbbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
with:
1919
python-version: "3.x"
2020

21-
- name: build release distributions
21+
- name: Build release distributions
2222
run: |
2323
git fetch --all --tags
2424
python -m pip install pip
2525
pip install uv
2626
uv lock --check
2727
uv build
2828
29-
- name: upload windows dists
29+
- name: Upload release-dists as artifact
3030
uses: actions/upload-artifact@v4
3131
with:
3232
name: release-dists

0 commit comments

Comments
 (0)