Skip to content

Commit

Permalink
chore: run build poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed Apr 19, 2024
1 parent 74e73de commit 9c9f689
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dist-build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
working-directory: client/
run: |
python ..\.github\scripts\get_version.py
- name: Build wheel
shell: bash
working-directory: client/
run: |
poetry build
- name: Setup PyAPP and build
env:
PYAPP_FULL_ISOLATION: 1
Expand All @@ -31,7 +36,6 @@ jobs:
PYAPP_DISTRIBUTION_EMBED: 1
working-directory: client/
run: |
poetry build
Invoke-WebRequest 'https://github.com/ofek/pyapp/releases/latest/download/source.tar.gz' -OutFile .\pyapp-source.tar.gz
7z x pyapp-source.tar.gz
7z x pyapp-source.tar
Expand Down

0 comments on commit 9c9f689

Please sign in to comment.