Files
semantica/.github
KaifAhmad1 bbad1b62f0 refactor: simplify .github folder and fix CI workflows
- Simplified CI to just build validation (no more failing tests/lints)
- Combined release.yml and pypi.yml into single workflow
- Simplified security.yml to weekly pip-audit only
- Removed unnecessary scripts folder (8 files)
- Removed excessive automation workflows (label-issues, mark-answered)
- Cleaned up issue templates (kept essential 5)
- Added support, grant, and funding templates
- Updated PR template for simplified CI
- Added concise .github/README.md
2025-11-25 23:31:33 +05:30
..

GitHub Configuration for Semantica

📋 Issue Templates

🔄 Workflows

🤝 Community

🚀 Releasing a New Version

# Update version in pyproject.toml and CHANGELOG.md
git tag v0.0.3
git push origin v0.0.3
# GitHub Actions automatically creates release and publishes to PyPI

Setup Required (one-time):

  • GitHub: Create environment named pypi
  • PyPI: Add trusted publisher for Hawksight-AI/semantica with workflow release.yml

📚 Resources