Preparations for 0.28.10

This commit is contained in:
Matthias Koefferlein
2023-07-05 18:53:45 +02:00
parent 6b1aa882eb
commit 2ed27ff937
6 changed files with 105 additions and 55 deletions
+17
View File
@@ -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