Changes Build to SDIST

This commit is contained in:
2025-04-10 00:58:35 -03:00
parent 4fc01991da
commit 3063684ffb

View File

@@ -59,8 +59,8 @@ jobs:
- name: Set up Python - name: Set up Python
run: uv python install run: uv python install
- name: Build - name: Build source distribution
run: uv build run: uv build --sdist
- name: Publish - name: Publish
run: uv publish -t ${{ secrets.PYPI_TOKEN }} run: uv publish -t ${{ secrets.PYPI_TOKEN }}