Skip to content

Commit 8f79b15

Browse files
committed
chore(ci): build and publish source distribution
Some users of PyPi require source distributions, rather then wheels. Lets satisfy those users. One example was Yocto Project, which only accepts sources. Signed-off-by: Mirza Krak <mirza@mkrak.org>
1 parent 8e614ae commit 8f79b15

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5
2626

2727
- name: Build distributions with uv
28-
run: uv build --wheel
28+
run: uv build
2929

3030
- name: Upload distributions as artifact
3131
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "${BASE_VERSION}${BUILD}" > VERSION
2929
3030
- name: Build distributions with uv
31-
run: uv build --wheel
31+
run: uv build
3232

3333
- name: Upload distributions as artifact
3434
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0

0 commit comments

Comments
 (0)