Skip to content

Commit a00f128

Browse files
committed
fix: release workflow
1 parent 1be6ffe commit a00f128

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ jobs:
3838
run: |
3939
uv venv
4040
. .venv/bin/activate
41-
uv pip install build hatchling hatch-vcs
41+
uv pip install twine
4242
uv sync --frozen
43-
uv build --no-sources
43+
uv pip install -e .
44+
uv build
4445
4546
- name: Cache build artifacts
4647
uses: actions/cache@v3

0 commit comments

Comments
 (0)