Skip to content

Commit 1be6ffe

Browse files
committed
fix: uv build
1 parent bcac20a commit 1be6ffe

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,14 @@ jobs:
3434
fetch-depth: 0
3535
persist-credentials: false
3636

37-
- name: Install dependencies
37+
- name: Install dependencies and build package
3838
run: |
3939
uv venv
40-
source .venv/bin/activate
40+
. .venv/bin/activate
4141
uv pip install build hatchling hatch-vcs
4242
uv sync --frozen
43+
uv build --no-sources
4344
44-
- name: Build package
45-
run: python -m build
46-
id: build_cache
47-
4845
- name: Cache build artifacts
4946
uses: actions/cache@v3
5047
with:

0 commit comments

Comments
 (0)