Skip to content

Commit ba68781

Browse files
committed
formatting
1 parent dc80d04 commit ba68781

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v6
21+
2122
- name: Setup Python
2223
uses: actions/setup-python@v6
2324
with:
2425
python-version-file: "pyproject.toml"
26+
2527
- name: Install uv
2628
uses: astral-sh/setup-uv@v7
29+
2730
- name: Build
2831
run: uv build
32+
2933
- name: Publish
30-
run: uv publish --index testpypi
34+
run: uv publish --index testpypi

0 commit comments

Comments
 (0)