You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(epuplayer): remove hardcoded version in test, bump to 1.0.2
The test_module_import test was asserting __version__ == "1.0.0" which
broke CI on every version bump. Changed to assert the version is a
non-empty string instead.
fix(epuplayer): remove hardcoded version in test, bump to 1.0.2
The test_module_import test was asserting __version__ == "1.0.0" which
broke CI on every version bump. Changed to assert the version is a
non-empty string instead.
fix(epuplayer): use absolute imports for PyInstaller compatibility
Relative imports fail when PyInstaller runs cli.py as standalone script.
Changed to absolute imports which work both as module and standalone.
Also:
- Bump version to 1.0.1
- Add epuplayer to README badges and package list
ci: disable add-to-project until PROJECT_TOKEN configured
The add-to-project job requires a PROJECT_TOKEN secret with org-level
project access. Disabled with `if: false` until this is set up.
See: #121