copy version.txt into dist build

+ install wsgi server manually on scripts
This commit is contained in:
cwilvx
2025-03-24 03:35:42 +03:00
parent f891c28c2e
commit 2b59c07dc1
4 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -77,11 +77,11 @@ jobs:
- name: Activate virtualenv (linux)
if: matrix.os == 'ubuntu-20.04'
run: |
source .venv/bin/activate
source .venv/bin/activate && pip install bjoern
- name: Activate virtualenv (windows)
if: matrix.os == 'windows-2019'
run: |
.venv\Scripts\Activate
.venv\Scripts\Activate && pip install waitress
- name: Install dependencies
run: |
pip install -r requirements.txt