{"id":37557461,"url":"https://github.com/fleetingbytes/ci-starter","last_synced_at":"2026-04-16T06:07:18.560Z","repository":{"id":313640907,"uuid":"1052124150","full_name":"fleetingbytes/ci-starter","owner":"fleetingbytes","description":"Kick-starts the semantic release pipeline for your Python project","archived":false,"fork":false,"pushed_at":"2026-04-07T03:03:08.000Z","size":226,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-07T05:09:54.186Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fleetingbytes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-07T13:05:15.000Z","updated_at":"2026-04-07T03:03:15.000Z","dependencies_parsed_at":"2025-09-25T06:25:53.214Z","dependency_job_id":null,"html_url":"https://github.com/fleetingbytes/ci-starter","commit_stats":null,"previous_names":["fleetingbytes/ci-starter"],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/fleetingbytes/ci-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleetingbytes%2Fci-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleetingbytes%2Fci-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleetingbytes%2Fci-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleetingbytes%2Fci-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fleetingbytes","download_url":"https://codeload.github.com/fleetingbytes/ci-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleetingbytes%2Fci-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31873607,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-16T09:02:11.295Z","updated_at":"2026-04-16T06:07:18.548Z","avatar_url":"https://github.com/fleetingbytes.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ci-starter\n\nKickstarts the semantic release pipeline for your Python project on GitHub. It creates a configuration file _semantic-release.toml_ for python-semantic-release and a pipeline with reusable workflows in _.github/workflows_.\n\n## Usage\n\n### Prerequisites\n\nYou will have to do the flollowing things yourself:\n\n- Create your project:\n    - Use uv to initialize your project (must be a package)\n        - Fill it with some minimally meaningful content, I recommend:\n            - set version to `0.0.0`\n            - project urls\n            - keywords\n            - classifiers\n            - license\n        - Add a dependency group for running tests (group shall contain at least your test runner, e.g. pytest)\n    - Create tests (CI/CD pipeline would fail if no tests are found)\n    - Format and check everything with ruff\n    - Set up a trusted publisher for your project on pypi.org:\n        - Workflow: `continuous-delivery.yml` (default workflow name)\n        - Environment name: `pypi`\n    - Set up a trusted publisher for your project on test.pypi.org:\n        - Workflow: `continuous-delivery.yml`\n        - Environment name: `testpypi`\n    - Create a GitHub repository for your project\n    - Add remote _origin_ and its ssh address at your local clone\n\n### Create CI/CD Pipeline With ci-starter\n\nRun these commands:\n\n```text\n$ ci-starter psr-config\n$ ci-starter workflows\n$ ci-starter update-actions\n```\n\nThe psr-config command creates the _semantic-release.toml_, the second one creates the workflow files (.github/workflows/*.yml), the third one fetches the current versions of the GitHub Actions used in the workflow files and updates the workflow files accordingly.\n\nIt is your responsibility to check whether it is safe to use the suggested current versions of the GitHub Actions (beware of supply chain attacks).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffleetingbytes%2Fci-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffleetingbytes%2Fci-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffleetingbytes%2Fci-starter/lists"}