mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 01:14:35 +02:00
Fixed a script bug.
This commit is contained in:
@@ -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" python setup.py sdist --formats=gztar,zip --dist-dir=/io/wheelhouse || exit 1
|
||||
"/opt/python/$PY_VERSION/bin/python" setup.py sdist --formats=gztar,zip -d /io/wheelhouse || exit 1
|
||||
|
||||
# Show ccache stats
|
||||
echo "Cache stats:"
|
||||
|
||||
Reference in New Issue
Block a user