Skip to content

Commit 4594bf6

Browse files
committed
shouldn't need this step
1 parent 98a98ef commit 4594bf6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/docs.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ jobs:
3636
# we rely on python-version above
3737
uv sync --frozen --group docs
3838
39-
- name: Build package
40-
run: |
41-
# Generate the version string which appears in the docs.
42-
python -m build --sdist
39+
# uv sync will handle this
40+
# - name: Build package
41+
# run: |
42+
# # Generate the version string which appears in the docs.
43+
# python -m build --sdist
4344

4445
- name: Build Docs
4546
run: |

0 commit comments

Comments
 (0)