Can only provide one source dist for PyPI.

This commit is contained in:
Matthias Koefferlein
2020-09-10 00:14:52 +02:00
parent f761ae50cb
commit 4327e8ec5e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ ccache -s
# Compile wheel and build source distribution
cd /io
"/opt/python/$PY_VERSION/bin/python" setup.py bdist_wheel -d /io/wheelhouse/ || exit 1
"/opt/python/$PY_VERSION/bin/python" setup.py sdist --formats=gztar,zip -d /io/wheelhouse || exit 1
"/opt/python/$PY_VERSION/bin/python" setup.py sdist --formats=zip -d /io/wheelhouse || exit 1
# Show ccache stats
echo "Cache stats:"