* fix in release script

unlicense
Dominika Liberda 2021-06-24 13:18:36 +02:00 committed by Dominika
parent 4223117be9
commit 23a00ac4b8
1 changed files with 1 additions and 1 deletions

View File

@ -16,8 +16,8 @@ fi
sed "s/__version__ = '.*'/__version__ = '$v'/g" -i haruhi_dl/version.py
python3 devscripts/prerelease_codegen.py
python3 setup.py build_lazy_extractors
python3 devscripts/prerelease_codegen.py
rm -R build dist
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*