diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4263e09..0261132 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,8 +59,8 @@ jobs: - name: Set up Python run: uv python install - - name: Build - run: uv build + - name: Build source distribution + run: uv build --sdist - name: Publish run: uv publish -t ${{ secrets.PYPI_TOKEN }} \ No newline at end of file