10 Commits

Author SHA1 Message Date
Ryan Malloy
3d3baaa3f0
Delete comprehensive_test_fix.py 2025-06-11 17:41:45 -06:00
Ryan Malloy
863c78bb1f Fix test dependency: replace httpx-mock with pytest-httpx
The package httpx-mock doesn't exist. The correct package for mocking 
httpx in pytest is pytest-httpx which provides the httpx_mock fixture.
2025-06-11 17:41:29 -06:00
Ryan Malloy
22c933a70e
Delete create_fixes.py 2025-06-11 17:41:25 -06:00
Ryan Malloy
2622516989
Delete analyze_test_issues.py 2025-06-11 17:40:58 -06:00
Ryan Malloy
cf38305950
Delete QUICKSTART.md 2025-06-11 17:40:32 -06:00
Ryan Malloy
cdfa53c9da
Update pyproject.toml 2025-06-11 17:37:50 -06:00
Ryan Malloy
2aaaecf3c1 Add PyPI publishing setup guide
- Complete setup instructions for trusted publishing
- Step-by-step publishing process
- Troubleshooting guide
- Best practices for versioning and changelog
2025-06-11 16:48:00 -06:00
Ryan Malloy
d6983b76cf Add PyPI publishing workflow
- Triggers on version tags (v*)
- Supports both TestPyPI and PyPI publishing
- Uses trusted publishing (OIDC) for security
- Requires all tests to pass before publishing
- Creates GitHub releases with changelog
- Supports manual workflow dispatch for testing
2025-06-11 16:47:27 -06:00
f3f68691a5 test fixes 2025-06-11 16:40:21 -06:00
a5fe791756 Initial Commit 2025-06-11 16:16:34 -06:00