Skip to content

Commit 6adaae0

Browse files
committed
fix publish workflow
1 parent 5a585f4 commit 6adaae0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pypi.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ jobs:
1616
# For PyPI's trusted publishing.
1717
id-token: write
1818
steps:
19+
- uses: actions/checkout@v4
1920
- name: "Install uv"
2021
uses: astral-sh/setup-uv@v5
2122
- name: Build
22-
run: uv build
23+
run: uv build --sdist
2324
- name: Publish to PyPi
2425
run: uv publish --token ${{ secrets.UV_PUBLISH_TOKEN }}
2526

0 commit comments

Comments
 (0)