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
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:
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user