Skip to content

Commit

Permalink
Merge pull request #69 from MichaelPesce/1.0.0
Browse files Browse the repository at this point in the history
Fix rounding in results overview, use PARETO's updated excel reading functions
  • Loading branch information
MichaelPesce authored Jul 12, 2024
2 parents 8d68d4e + e923241 commit 6b90349
Show file tree
Hide file tree
Showing 9 changed files with 247 additions and 616 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: App build
on:
push:
branches:
- "1.0rc0"
- "main"

defaults:
run:
Expand All @@ -25,6 +25,7 @@ jobs:
with:
environment-file: environment.yml
activate-environment: pareto-ui-env
miniforge-version: latest

- name: Install Azure Signtool
run: |
Expand All @@ -33,7 +34,7 @@ jobs:
- name: Add project pareto version to .env file
working-directory: ./electron/ui
run: |
echo REACT_APP_PARETO_VERSION=1.0.0rc1 >> .env
echo REACT_APP_PARETO_VERSION=1.0.0 >> .env
- name: Install Electron JS dependencies
run: |
Expand Down Expand Up @@ -69,12 +70,12 @@ jobs:

- name: Sign Windows Distribution
run: |
AzureSignTool sign -kvu "${{ secrets.AZURE_KEY_VAULT_URI }}" -kvi "${{ secrets.AZURE_CLIENT_ID }}" -kvt "${{ secrets.AZURE_TENANT_ID }}" -kvs "${{ secrets.AZURE_CLIENT_SECRET }}" -kvc ${{ secrets.AZURE_CERT_NAME }} -tr http://timestamp.digicert.com -v electron/dist/ParetoUI-24.07.01-win64.exe
AzureSignTool sign -kvu "${{ secrets.AZURE_KEY_VAULT_URI }}" -kvi "${{ secrets.AZURE_CLIENT_ID }}" -kvt "${{ secrets.AZURE_TENANT_ID }}" -kvs "${{ secrets.AZURE_CLIENT_SECRET }}" -kvc ${{ secrets.AZURE_CERT_NAME }} -tr http://timestamp.digicert.com -v electron/dist/ParetoUI-24.07.10-win64.exe
- name: Upload artifact for windows build
uses: actions/upload-artifact@v4
if: always()
with:
name: windows-pareto-dist
path: |
electron/dist/ParetoUI-24.07.01-win64.exe
electron/dist/ParetoUI-24.07.10-win64.exe
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Add project pareto version to .env file
working-directory: ./electron/ui
run: |
echo REACT_APP_PARETO_VERSION=1.0.0rc1 >> .env
echo REACT_APP_PARETO_VERSION=1.0.0 >> .env
# - name: Install pint
# run: pip install pint==0.23
Expand Down
Loading

0 comments on commit 6b90349

Please sign in to comment.