Chore: refurbish release infrastructure (#2198)

* change release infra

* syntax error

* fix buildscript (hopefully)

* fix pip generation too

* fix build (hopefully)

* fix bloated sdid (mainly MANIFEST.in)

* adjust tests, remove importlib_meta

* fix dependency issue in release jobs

* fix tests and remove pytest.ini entirely

* fix install_noded script

* fix test

* fix tests

* stupid versioin parsing does not work!

* try to fix version guessing

* and again
This commit is contained in:
k9ert 2023-02-15 14:58:33 +01:00 committed by GitHub
parent d00b628838
commit ef364ce1bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 206 additions and 183 deletions

View file

@ -12,7 +12,7 @@ echo " --> Activating virtualenv"
call .\.buildenv\Scripts\activate
echo " --> Installing test-requirement"
pip3 install -r test_requirements.txt
pip3 install -e ".[test]"
echo " --> Setting version in setup.py"
python .\utils\release-helper.py set_setup_py_version %1%