We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcac20a commit 1be6ffeCopy full SHA for 1be6ffe
1 file changed
.github/workflows/release.yml
@@ -34,17 +34,14 @@ jobs:
34
fetch-depth: 0
35
persist-credentials: false
36
37
- - name: Install dependencies
+ - name: Install dependencies and build package
38
run: |
39
uv venv
40
- source .venv/bin/activate
+ . .venv/bin/activate
41
uv pip install build hatchling hatch-vcs
42
uv sync --frozen
43
+ uv build --no-sources
44
- - name: Build package
45
- run: python -m build
46
- id: build_cache
47
-
48
- name: Cache build artifacts
49
uses: actions/cache@v3
50
with:
0 commit comments