mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
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:
parent
d00b628838
commit
ef364ce1bc
26 changed files with 206 additions and 183 deletions
|
|
@ -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%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue