1 Commits
1.1.4 ... 1.1.5

Author SHA1 Message Date
1cee3b5dae add windows build step, 4
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-07-11 16:03:20 +02:00

View File

@@ -99,6 +99,7 @@ build-windows-binary:
- if: '$CI_COMMIT_TAG'
script:
- |
cd src
& 'C:\Program Files\Python313\python.exe' -m venv venv
.\venv\Scripts\pip.exe install --upgrade pip
.\venv\Scripts\pip.exe install -r requirements.txt