reactivate build
All checks were successful
Pull Request Merged / autoupdate_minor (pull_request) Successful in 4s
Unit Testing / test (3.11) (pull_request) Successful in 52s
Unit Testing / test (3.10) (pull_request) Successful in 53s
Unit Testing / test (3.8) (pull_request) Successful in 53s
Unit Testing / test (3.12) (pull_request) Successful in 55s
Unit Testing / test (3.9) (pull_request) Successful in 54s

This commit is contained in:
2026-03-13 12:15:56 +01:00
parent 2af0c36172
commit a237a7db30

View File

@@ -24,7 +24,6 @@ on:
jobs:
test:
runs-on: ubuntu-latest
if: false
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
@@ -108,7 +107,7 @@ jobs:
dist/amor*.tar.gz
build-windows:
#needs: [test]
needs: [test]
runs-on: windows-latest
if: ${{ (github.event_name != 'workflow_dispatch') || (contains(fromJson('["all", "windows", "all_incl_release"]'), github.event.inputs.build-items)) }}
@@ -154,10 +153,9 @@ jobs:
shell: powershell
run: |
micromamba activate eos_build
echo "Set tag to $env:RELEASE_TAG"
#pyinstaller windows_build.spec
#cd dist\eos
#Compress-Archive -Path .\* -Destination "..\..\eos-${{ env.RELEASE_TAG }}.zip"
pyinstaller windows_build.spec
cd dist\eos
Compress-Archive -Path .\* -Destination ..\..\eos.zip
- name: Update Release
if: ${{ (github.event_name != 'workflow_dispatch') || (contains(fromJson('["all_incl_release"]'), github.event.inputs.build-items)) }}
uses: actions/gitea-release-action@v1