Skip to content

Commit 2b2958c

Browse files
committed
chore: fix GHA publish workflow that was relying on poetry
1 parent f125eeb commit 2b2958c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/release.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v4
15-
- name: Install Poetry
16-
uses: snok/install-poetry@v1
17-
- uses: actions/setup-python@v5
15+
- name: Install uv
16+
uses: astral-sh/setup-uv@v3
1817
with:
19-
python-version: 3.12
20-
cache: 'poetry'
18+
enable-cache: true
2119
- name: build dist
22-
run: poetry build
20+
run: uv build
2321
- uses: actions/upload-artifact@v4
2422
with:
2523
name: artifacts

0 commit comments

Comments
 (0)