Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💥 Resolve pyinstaller release errors #112

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

tmdvs
Copy link
Member

@tmdvs tmdvs commented Mar 1, 2024

We were encountering a specific issue with Pyinstaller when trying to embed the universal binary in the Sketch bundle. We're mitigating this for now by moving to a specific Pyinstaller release

@tmdvs tmdvs force-pushed the fix-pyinstaller-release-errors branch from 5d54f9c to bcd669c Compare March 1, 2024 16:17
@tmdvs tmdvs changed the title Resolve pyinstaller release errors 💥 Resolve pyinstaller release errors Mar 1, 2024
- name: Build
run: |
python -m pip install --upgrade pip
pip install pyinstaller
pip install "pyinstaller>=5.12"
Copy link
Member Author

@tmdvs tmdvs Mar 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the specific "fix" - everything else is linting :feelsgood:

@tmdvs tmdvs merged commit baa4b84 into main Mar 1, 2024
4 checks passed
@tmdvs tmdvs deleted the fix-pyinstaller-release-errors branch May 15, 2024 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants