Skip to content

Commit

Permalink
chore: move PyInstaller to pyproject.toml
Browse files Browse the repository at this point in the history
This will allow dependabot to update it automatically.
  • Loading branch information
tlecomte committed Oct 28, 2024
1 parent 82c055a commit b12067f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/install-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ make install
ls -laR portaudio-install
cd ..

pip3 install -U pyinstaller==6.11.0

pyinstaller friture.spec -y --log-level=DEBUG

cd appimage
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/install-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ python3 setup.py build_ext --inplace
# see: https://github.com/tlecomte/friture/issues/154
brew install portaudio --HEAD

pip3 install -U pyinstaller==6.11.0

pyinstaller friture.spec -y

ls -la dist/*
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/install-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,6 @@ Write-Host "==========================================="

& pip install .

Write-Host ""
Write-Host "==========================================="
Write-Host "Installing pyinstaller"
Write-Host "==========================================="

& pip install -U pyinstaller==6.11.0

Write-Host ""
Write-Host "==========================================="
Write-Host "Building Cython extensions"
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dependencies = [
"PyQt5==5.15.11",
"platformdirs==4.3.6",
"pyrr==0.10.3",
"pyinstaller==6.11.0"
]

[project.optional-dependencies]
Expand Down

0 comments on commit b12067f

Please sign in to comment.