Skip to content

Commit

Permalink
Remove mac_release trigger on push, renable build docs, remove debug …
Browse files Browse the repository at this point in the history
…step
  • Loading branch information
jmarrec committed Aug 6, 2024
1 parent 0edad6f commit 004ec10
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/mac_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Mac Releases

on:
push:
branches: [codesigning, develop]
tags:
- '*'
workflow_dispatch:
Expand All @@ -13,7 +12,7 @@ env:
FC: gfortran-13
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
Python_REQUIRED_VERSION: 3.12.2
BUILD_DOCS: false # Installing MacTex takes like 15min, so you can speed things up by disabling it
BUILD_DOCS: true # Installing MacTex takes like 15min, so you can speed things up by disabling it

jobs:
build_installer_artifact:
Expand Down Expand Up @@ -97,14 +96,6 @@ jobs:
./installerbase --version
echo "$(pwd)" >> $GITHUB_PATH
- name: Temp debug setup codesigning
run: |
set -x
security find-identity -v -p codesigning
which installerbase
which binarycreator
installerbase --version
- name: Remove python ${{ env.Python_REQUIRED_VERSION }} from the toolcache
run: |
ls $RUNNER_TOOL_CACHE/Python || true
Expand Down

0 comments on commit 004ec10

Please sign in to comment.