From 3063684ffb415d1d8cd7c66d7fd2327cf70e0dcc Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Thu, 10 Apr 2025 00:58:35 -0300 Subject: [PATCH] Changes Build to SDIST --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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