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 189ea46 commit d45cb7eCopy full SHA for d45cb7e
.github/workflows/publish.yml
@@ -22,11 +22,14 @@ jobs:
22
23
- name: Install build dependencies
24
run: |
25
- uv venv
+ uv venv .venv
26
+ source .venv/bin/activate
27
uv pip install build hatchling
28
29
- name: Build package
- run: uv pip run python -m build
30
+ run: |
31
32
+ python -m build
33
34
- name: Store dist artifacts
35
uses: actions/upload-artifact@v4
0 commit comments