Skip to content

Commit

Permalink
Fix poetry-dynamic-versioning in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniorIsAJitterbug committed Feb 26, 2024
1 parent 84bab31 commit df8f8c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
- name: Create PyInstaller binary
run: |
poetry-dynamic-versioning
poetry run poetry-dynamic-versioning
poetry run python .\pyinstaller\build_windows.py
- name: Test binary
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Create PyInstaller binary
run: |
poetry-dynamic-versioning
poetry run poetry-dynamic-versioning
poetry run python pyinstaller/build_macos.py
- name: Test binary
Expand Down

0 comments on commit df8f8c3

Please sign in to comment.