chore: setup ci - #23
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR sets up a comprehensive CI/CD pipeline for the anam-ai Python SDK, transitioning from version 1.0.0 to 0.1.0 and configuring automated releases using semantic versioning.
Changes:
- Downgraded version from 1.0.0 to 0.1.0 and renamed package from "anam-ai" to "anam"
- Added semantic release configuration with support for alpha and stable releases
- Implemented GitHub Actions workflows for CI, alpha releases, and stable releases
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/anam/_version.py | Updated version to 0.1.0 for initial release |
| pyproject.toml | Renamed package, updated version, configured mypy settings, and added semantic-release configuration |
| CONTRIBUTING.md | Added comprehensive contribution guidelines including conventional commits and development setup |
| CHANGELOG.md | Created initial changelog documenting v0.1.0 features |
| .github/workflows/release-stable.yml | Added workflow for manually triggered stable releases to PyPI |
| .github/workflows/release-alpha.yml | Added workflow for automatic alpha releases on main branch pushes |
| .github/workflows/ci.yml | Enhanced CI workflow with linting, formatting, type checking, and multi-version testing |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary by cubic
Set up CI for linting, type checks, and tests across Python 3.10–3.12 using uv, and added automated alpha/stable releases to PyPI with semantic-release. Standardized versioning and docs: renamed the package to "anam", set version to 0.1.0, and added CHANGELOG and CONTRIBUTING.
CI
Release
Written for commit 2ce84ca. Summary will update on new commits.