Skip to content

Commit b304f45

Browse files
committed
chore: fix github action to release tarball
1 parent b947d85 commit b304f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171
with:
7272
python-version: 3.11
7373
- run: python -m pip install twine build
74-
- run: python -m build
74+
- run: python -m build --sdist
7575
- run: python -m pip install dist/*
7676
- run: python -m twine upload dist/*

0 commit comments

Comments
 (0)