fix release script

This commit is contained in:
Miguel Grinberg
2021-02-06 12:10:37 +00:00
parent 4c0afa2bec
commit ae5d330b2d

View File

@@ -15,7 +15,7 @@ set -e
for PKG in microdot*; do
echo Building $PKG...
cd $PKG
sed -i "s/version.*$/version=\"$VERSION\",/" setup.py
sed -i "" "s/version.*$/version=\"$VERSION\",/" setup.py
git add setup.py
rm -rf dist
python setup.py sdist bdist_wheel --universal