{"id":28617662,"url":"https://github.com/python-semantic-release/upload-to-gh-release","last_synced_at":"2025-08-26T22:14:00.459Z","repository":{"id":165300382,"uuid":"640647182","full_name":"python-semantic-release/upload-to-gh-release","owner":"python-semantic-release","description":"DEPRECATED: Upload artefacts to GitHub Releases using Python Semantic Release","archived":true,"fork":false,"pushed_at":"2024-09-27T22:29:53.000Z","size":74,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-20T16:02:08.201Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/python-semantic-release.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.rst","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":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-14T19:15:09.000Z","updated_at":"2024-09-28T16:32:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"e081c544-ae81-479e-935e-ea21297971b8","html_url":"https://github.com/python-semantic-release/upload-to-gh-release","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/python-semantic-release/upload-to-gh-release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-semantic-release%2Fupload-to-gh-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-semantic-release%2Fupload-to-gh-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-semantic-release%2Fupload-to-gh-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-semantic-release%2Fupload-to-gh-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/python-semantic-release","download_url":"https://codeload.github.com/python-semantic-release/upload-to-gh-release/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-semantic-release%2Fupload-to-gh-release/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272260995,"owners_count":24902393,"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","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"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":"2025-06-12T03:42:13.585Z","updated_at":"2025-08-26T22:14:00.429Z","avatar_url":"https://github.com/python-semantic-release.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Semantic Release - Upload to GitHub Release Action\n\n\u003e **DEPRECATION NOTICE:** This action has been deprecated as it has been renamed to\n\u003e `python-semantic-release/publish-action`. Please update your workflows to use the new\n\u003e action.\n\nThis GitHub Action runs `semantic-release publish` using\n[`python-semantic-release`](https://github.com/python-semantic-release/python-semantic-release).\nFull documentation is available in the\n[documentation](https://python-semantic-release.readthedocs.io/en/latest/) for Python\nSemantic Release.\n\n\u003e **WARNING**: This Action is intended to be used in conjunction with Python\n\u003e Semantic Release configuration of the same version! Using this Action with\n\u003e a different version of Python Semantic Release may result in unexpected errors.\n\n## Example usage\n\n```yaml\nname: CI/CD\n\non:\n  push:\n    branches:\n      - main\n\njobs:\n  release:\n    runs-on: ubuntu-latest\n    concurrency: release\n\n    permissions:\n      id-token: write\n\n    steps:\n      - uses: actions/checkout@v4\n        with:\n          fetch-depth: 0\n\n      - name: Python Semantic Release\n        id: release\n        uses: python-semantic-release/python-semantic-release@v9.8.9\n        with:\n          github_token: ${{ secrets.GITHUB_TOKEN }}\n          # \u003cother options here\u003e\n\n      - name: Publish package to PyPI\n        uses: pypa/gh-action-pypi-publish@v1\n        if: steps.release.outputs.released == 'true'\n\n      - name: Publish package to GitHub Release\n        uses: python-semantic-release/upload-to-gh-release@v9.8.9\n        if: steps.release.outputs.released == 'true'\n        with:\n          github_token: ${{ secrets.GITHUB_TOKEN }}\n          tag: ${{ steps.release.outputs.tag }}\n```\n\n## Options\n\nSee [action.yml](./action.yml) for a description of the available options.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-semantic-release%2Fupload-to-gh-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpython-semantic-release%2Fupload-to-gh-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-semantic-release%2Fupload-to-gh-release/lists"}