Skip to content

Commit 39f73dc

Browse files
committed
build: add sdist build step back
The last commit dropped the sdist build step. Add it back. Signed-off-by: Daniel Wagner <[email protected]>
1 parent e69c2f0 commit 39f73dc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/libnvme-release-python.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ jobs:
8585
git add meson.build
8686
git commit -m "ci: set project version to ${DEV_VERSION}"
8787
88+
- name: Build sdist
89+
run: |
90+
pipx run build --sdist
91+
8892
- name: Validate sdist
8993
run: |
9094
pipx run twine check dist/*.tar.gz

0 commit comments

Comments
 (0)