mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-04 00:39:53 +02:00
Preparations for 0.28.10
This commit is contained in:
Executable
+17
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
# This script regenerates the Python stubs from the sources
|
||||
|
||||
# clean up
|
||||
rm -rf build dist
|
||||
|
||||
python3 setup.py build
|
||||
python3 setup.py bdist_wheel
|
||||
python3 -m venv create python3-venv-make_stubs
|
||||
|
||||
. python3-venv-make_stubs/bin/activate
|
||||
|
||||
pip3 install ./dist/*.whl
|
||||
|
||||
./scripts/make_stubs.sh
|
||||
|
||||
Reference in New Issue
Block a user