We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf1461 commit 5c4b4e5Copy full SHA for 5c4b4e5
.github/workflows/linux.yml
@@ -27,7 +27,7 @@ jobs:
27
/opt/python/cp39-cp39/bin/python setup.py bdist_wheel
28
/opt/python/cp310-cp310/bin/python setup.py bdist_wheel
29
/opt/python/cp311-cp311/bin/python setup.py bdist_wheel
30
- /opt/python/cp312-cp312/bin/python setup.py bdist_wheel
+ /opt/python/cp312-cp312/bin/python setup.py bdist_wheel sdist
31
- name: Run tests
32
run: |
33
/opt/python/cp39-cp39/bin/pip install --find-links=dist materialyoucolor
@@ -42,7 +42,7 @@ jobs:
42
43
/opt/python/cp39-cp39/bin/pip install auditwheel
44
mkdir wheelhouse
45
- rm -rf dist/*.tar.gz
+ mv dist/*.tar.gz wheelhouse
46
auditwheel repair dist/*
47
echo "Built dists:"
48
ls wheelhouse
0 commit comments