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

Jmdots/0.1.1 #3

Merged
merged 2 commits into from
Dec 17, 2024
Merged

Jmdots/0.1.1 #3

merged 2 commits into from
Dec 17, 2024

Conversation

jmdots
Copy link
Contributor

@jmdots jmdots commented Dec 17, 2024

No description provided.

The package CLI was failing because the async main function wasn't being
properly executed with asyncio.run(). This fixes the issue by:

- Add proper asyncio.run() wrapper in __init__.py
- Rename original main to async_main for clarity
- Update package exports

The change enables proper CLI operation including help output and argument
parsing. This is needed for v0.1.0 to function as a command-line tool.
Enable automated testing and PyPI releases while ensuring proper support
for global uvx installation. Changes include:

- Update pyproject.toml with proper wheel building configuration
- Add CI workflow that tests both uv and uvx installation methods
- Add automated release workflow for PyPI publishing
- Configure proper package metadata and classifiers
- Ensure README uvx installation instructions work correctly

The changes enable proper CI/CD and make the package work correctly
with both local and global installation methods.
@jmdots jmdots merged commit 385ecc2 into main Dec 17, 2024
0 of 3 checks passed
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.

1 participant