Skip to content

Commit

Permalink
Fix PyInstaller build
Browse files Browse the repository at this point in the history
  • Loading branch information
ergrelet committed Jul 9, 2024
1 parent ac287b5 commit 5641daf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish_pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ jobs:
python-version: ${{ matrix.python_version }}
architecture: ${{ matrix.architecture }}

- name: Install PyInstaller
run: pip install pyinstaller

- name: Install Poetry
uses: SG60/setup-poetry@v1

- uses: TheMrMilchmann/setup-msvc-dev@v3
with:
arch: ${{ matrix.architecture }}

- name: Install Poetry
uses: SG60/setup-poetry@v1

- name: Install Dependencies
run: poetry install

- name: Install PyInstaller
run: poetry run pip install pyinstaller

- name: Build PyInstaller package
run: poetry run pyinstaller themida-unmutate.spec

Expand Down

0 comments on commit 5641daf

Please sign in to comment.