We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a98ef commit 4594bf6Copy full SHA for 4594bf6
.github/workflows/docs.yaml
@@ -36,10 +36,11 @@ jobs:
36
# we rely on python-version above
37
uv sync --frozen --group docs
38
39
- - name: Build package
40
- run: |
41
- # Generate the version string which appears in the docs.
42
- python -m build --sdist
+ # uv sync will handle this
+ # - name: Build package
+ # run: |
+ # # Generate the version string which appears in the docs.
43
+ # python -m build --sdist
44
45
- name: Build Docs
46
run: |
0 commit comments