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

Add PyInstaller for 3.11 and safeguard publishing #93

Merged
merged 2 commits into from
Jan 19, 2023
Merged

Conversation

Owez
Copy link
Owner

@Owez Owez commented Jan 19, 2023

Added PyInstaller and locked in Python 3.11 for future contributions (e.g., #87, #86, etc.). Also added a build script and modified the pyproject.toml to prevent accidental publishing. There are two workarounds included in this:

  1. Poetry doesn't support safeguarding publishing so we're using the helpful tag from PyPI, see Implement private projects python-poetry/poetry#1537
  2. PyInstaller doesn't really support modules so a new launcher.py file has been created until this is resolved, see Handle relative imports in a package's __main__.py pyinstaller/pyinstaller#2560

@Owez Owez added the enhancement New feature or request label Jan 19, 2023
@Owez Owez self-assigned this Jan 19, 2023
pyproject.toml Show resolved Hide resolved
yark/viewer.py Show resolved Hide resolved
@Owez Owez merged commit ea0f67c into master Jan 19, 2023
@Owez Owez deleted the add-pyinstaller branch January 19, 2023 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant