Skip to content

Commit 5c4b4e5

Browse files
committed
ci: build source distribution
1 parent fdf1461 commit 5c4b4e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
/opt/python/cp39-cp39/bin/python setup.py bdist_wheel
2828
/opt/python/cp310-cp310/bin/python setup.py bdist_wheel
2929
/opt/python/cp311-cp311/bin/python setup.py bdist_wheel
30-
/opt/python/cp312-cp312/bin/python setup.py bdist_wheel
30+
/opt/python/cp312-cp312/bin/python setup.py bdist_wheel sdist
3131
- name: Run tests
3232
run: |
3333
/opt/python/cp39-cp39/bin/pip install --find-links=dist materialyoucolor
@@ -42,7 +42,7 @@ jobs:
4242
4343
/opt/python/cp39-cp39/bin/pip install auditwheel
4444
mkdir wheelhouse
45-
rm -rf dist/*.tar.gz
45+
mv dist/*.tar.gz wheelhouse
4646
auditwheel repair dist/*
4747
echo "Built dists:"
4848
ls wheelhouse

0 commit comments

Comments
 (0)