Changes Build to SDIST
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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 }}
|
||||||
Reference in New Issue
Block a user