{"id":26882032,"url":"https://github.com/frequenz-floss/gh-action-build-python","last_synced_at":"2026-05-10T02:06:22.102Z","repository":{"id":284237343,"uuid":"762269398","full_name":"frequenz-floss/gh-action-build-python","owner":"frequenz-floss","description":"Builds the source and binary distribution of a Python package","archived":false,"fork":false,"pushed_at":"2024-02-23T13:10:52.000Z","size":1,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"v0.x.x","last_synced_at":"2025-03-24T22:02:22.916Z","etag":null,"topics":["action","build","distribution","gh-action","github","github-action","python","wheel"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frequenz-floss.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2024-02-23T12:34:11.000Z","updated_at":"2024-02-23T12:45:14.000Z","dependencies_parsed_at":"2025-03-24T22:12:23.609Z","dependency_job_id":null,"html_url":"https://github.com/frequenz-floss/gh-action-build-python","commit_stats":null,"previous_names":["frequenz-floss/gh-action-build-python"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frequenz-floss%2Fgh-action-build-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frequenz-floss%2Fgh-action-build-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frequenz-floss%2Fgh-action-build-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frequenz-floss%2Fgh-action-build-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frequenz-floss","download_url":"https://codeload.github.com/frequenz-floss/gh-action-build-python/tar.gz/refs/heads/v0.x.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frequenz-floss%2Fgh-action-build-python/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259077734,"owners_count":22801992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["action","build","distribution","gh-action","github","github-action","python","wheel"],"created_at":"2025-03-31T15:59:25.904Z","updated_at":"2026-05-10T02:06:22.089Z","avatar_url":"https://github.com/frequenz-floss.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Build Python Action\n\nThis action builds Python wheels and source distribution for a Python package.\n\nHere is an example demonstrating how to use it in a workflow:\n\n```yaml\njobs:\n  build:\n    name: Build\n    runs-on: ubuntu-20.04\n\n    steps:\n      - name: Checkout code\n        uses: actions/checkout@v4\n      - name: Build wheels\n        uses: frequenz-floss/gh-action-build-python@v0.x.x\n        with:\n          python_version: \"3.11\"\n```\n\n## Inputs\n\n* `python_version`: The Python version to use. Required.\n\n   This is passed to the `actions/setup-python` action.\n\n* `outdir`: The directory where the built packages will be placed.\n\n## Security\n\nThis action runs `python -I -m build`, which causes Python build tooling to\nload and execute repository-controlled build configuration from the checked-out\nrepository.\n\nOnly use this action with trusted, already-merged code, such as workflows\ntriggered by `push` on protected branches or release tags. Do not use this\naction with `pull_request_target`.\n\nWhen you use this action, you are also trusting these external GitHub Actions:\n\n* [`frequenz-floss/gh-action-setup-python-with-deps`][setup-python-with-deps],\n  which this action runs to install Python and the requested Python packages.\n\n[setup-python-with-deps]: https://github.com/frequenz-floss/gh-action-setup-python-with-deps\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrequenz-floss%2Fgh-action-build-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrequenz-floss%2Fgh-action-build-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrequenz-floss%2Fgh-action-build-python/lists"}