Skip to content

Commit b074ab8

Browse files
committed
sdist and wheel
1 parent 66e6110 commit b074ab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
cache: 'pip'
2323
- name: Install build tool
2424
run: pip install build
25-
- name: Building toltecmk
26-
run: python -m build --sdist
25+
- name: Building package
26+
run: python -m build
2727
- uses: actions/upload-artifact@v4
2828
with:
2929
name: pip

0 commit comments

Comments
 (0)