Skip to content

Commit

Permalink
build: PyInstaller to rebuild its bootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Feb 20, 2024
1 parent 0609c0d commit 05e4e5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
tags:
- '*'

env:
PYINSTALLER_COMPILE_BOOTLOADER: 1

jobs:
build:
name: Create Release
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.15.3
- build: PyInstaller to rebuild its bootloader (avoid false positive
malware detection)
2.15.2
- fix: handle zero-valued contour spacing
- setup: bump dclab to 0.57.4 (handle zero-valued spacing for KDE contour)
Expand Down

0 comments on commit 05e4e5d

Please sign in to comment.