{"id":6299181,"name":"Unsupervisedcom/action-upload-python-gar","ecosystem":"actions","description":"Extracts a Python package and uploads to Google Artifact Registry","homepage":null,"licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/Unsupervisedcom/action-upload-python-gar","keywords_array":[],"namespace":"Unsupervisedcom","versions_count":26,"first_release_published_at":"2022-01-06T00:02:39.000Z","latest_release_published_at":"2023-01-13T16:53:35.000Z","latest_release_number":"v1.0.24","last_synced_at":"2026-01-08T22:17:04.888Z","created_at":"2023-02-10T04:49:00.983Z","updated_at":"2026-01-08T22:17:04.889Z","registry_url":"https://github.com/Unsupervisedcom/action-upload-python-gar","install_command":null,"documentation_url":null,"metadata":{"name":"Upload Python Package to GAR","description":"Extracts a Python package and uploads to Google Artifact Registry","inputs":{"token":{"description":"Github token to use","required":false,"default":"${{ github.token }}"},"tag":{"description":"Release tag to fetch chart from","required":false,"default":"${{ github.event.release.tag_name }}"},"scope":{"description":"Artifact registry scope","required":false,"default":"@unsupervised"},"credentials-json":{"description":"gcloud service account credentials json","required":true},"project-id":{"description":"gcloud project id","required":true},"release-asset-name":{"description":"the asset name containing the package, must be a tar file","required":true},"region":{"description":"artifact registry region","required":false,"default":"us-central1"},"repository":{"description":"artifact registry repository","required":false,"default":"python"},"python-version":{"description":"the version of python to build with","required":false,"default":"3.10"}},"runs":{"using":"composite","steps":[{"name":"Fetch-release","uses":"robinraju/release-downloader@v1.3","with":{"repository":"${{ github.repository }}","tag":"${{ inputs.tag }}","fileName":"${{ inputs.release-asset-name }}","token":"${{ inputs.token }}"}},{"id":"auth","uses":"google-github-actions/auth@v0","with":{"credentials_json":"${{ inputs.credentials-json }}"}},{"uses":"google-github-actions/setup-gcloud@v0.3.0","with":{"project_id":"${{ inputs.project-id }}"}},{"name":"Set up Python","uses":"actions/setup-python@v2","with":{"python-version":"${{ inputs.python-version }}","check_latest":true}},{"id":"repo-urls","shell":"bash","run":"baseUrl=\"${{ inputs.region }}-python.pkg.dev\"\nfullUrl=\"$baseUrl/${{ inputs.project-id }}/${{ inputs.repository }}\"\necho \"baseUrl is: $baseUrl\"\necho \"fullUrl is: $fullUrl\"\necho \"::set-output name=baseUrl::$baseUrl\"\necho \"::set-output name=fullUrl::$fullUrl\"\n"},{"name":"Install dependencies","shell":"bash","run":"python -m pip install --upgrade pip\npip install setuptools wheel twine keyring keyrings.google-artifactregistry-auth\n"},{"name":"Build and publish","shell":"bash","run":"packagePath=$(ls | grep *.tgz)\necho \"Uploading release $packagePath\"\ntar -zxf $packagePath\necho \"$(gcloud artifacts print-settings python)\"\ntwine upload --repository-url https://${{ steps.repo-urls.outputs.fullUrl }} dist/*\n"}]},"default_branch":"main","path":null},"repo_metadata":{"uuid":"444593021","full_name":"Unsupervisedcom/action-upload-python-gar","owner":"Unsupervisedcom","description":"An action to package and upload a python project to google artifact registry","archived":false,"fork":false,"pushed_at":"2023-01-13T16:53:38.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2023-07-11T11:33:00.759Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Unsupervisedcom.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}},"created_at":"2022-01-04T23:25:22.000Z","updated_at":"2022-01-10T17:22:54.000Z","dependencies_parsed_at":"2023-02-09T16:15:22.850Z","dependency_job_id":null,"html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar","commit_stats":{"total_commits":59,"total_committers":5,"mean_commits":11.8,"dds":"0.47457627118644063","last_synced_commit":"2887f24e44da357e3143d264238d799d06b9e031"},"previous_names":[],"tags_count":26,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Unsupervisedcom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":144959514,"owners_count":6188188,"icon_url":"https://github.com/github.png","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"},"owner_record":{"login":"Unsupervisedcom","name":"Unsupervised","uuid":"36771436","kind":"organization","description":"","email":null,"website":"https://unsupervised.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/36771436?v=4","repositories_count":17,"last_synced_at":"2023-03-05T22:57:28.339Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/Unsupervisedcom","created_at":"2022-11-16T00:21:22.973Z","updated_at":"2023-03-05T22:57:28.391Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Unsupervisedcom","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Unsupervisedcom/repositories"},"tags":[{"name":"v1.0.24","sha":"2887f24e44da357e3143d264238d799d06b9e031","kind":"commit","published_at":"2023-01-13T16:53:35.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.24","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.24","dependencies_parsed_at":"2023-06-02T09:26:44.183Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.24/manifests"},{"name":"v1.0.23","sha":"44b15807db1d78a6d43d2ca67507663c1e7bb193","kind":"commit","published_at":"2022-01-14T20:50:40.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.23","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.23","dependencies_parsed_at":"2023-05-31T10:47:07.433Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.23/manifests"},{"name":"v1","sha":"1f3c5b98f9162d8dfcc09e24241fafea9da001fd","kind":"commit","published_at":"2022-01-14T20:49:55.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1","dependencies_parsed_at":"2023-05-31T10:47:14.938Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1/manifests"},{"name":"v1.0.22","sha":"1d73a0b6980a7a549524a4a1d292dce19c01b109","kind":"commit","published_at":"2022-01-14T19:46:06.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.22","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.22","dependencies_parsed_at":"2023-05-31T10:47:08.004Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.22/manifests"},{"name":"v1.0.21","sha":"b8d42dbb715784b3520a0c7f29a42c0c8f7d290d","kind":"commit","published_at":"2022-01-14T19:05:47.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.21","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.21","dependencies_parsed_at":"2023-05-31T10:47:08.625Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.21/manifests"},{"name":"v1.0.20","sha":"73a9e8b593c7643d84d526496947184b3b4144f9","kind":"commit","published_at":"2022-01-14T18:46:29.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.20","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.20","dependencies_parsed_at":"2023-05-31T10:47:09.282Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.20/manifests"},{"name":"v1.0.19","sha":"9566985ad84ec5b72953ae60f6210043bf205eb2","kind":"commit","published_at":"2022-01-14T18:39:17.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.19","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.19","dependencies_parsed_at":"2023-05-31T10:47:09.896Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.19/manifests"},{"name":"v1.0.18","sha":"fdc802cf08b42dec6199ab8d6af2aac215101970","kind":"commit","published_at":"2022-01-14T18:09:25.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.18","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.18","dependencies_parsed_at":"2023-05-31T10:47:10.551Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.18/manifests"},{"name":"v1.0.17","sha":"1ba48a8ad7cfa24fba1678dbf9c12b2c8f757a67","kind":"commit","published_at":"2022-01-14T17:57:22.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.17","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.17","dependencies_parsed_at":"2023-05-31T10:47:11.135Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.17/manifests"},{"name":"v1.0.16","sha":"ee5ef54a7bba3508d8d67576830f8d1c4319a080","kind":"commit","published_at":"2022-01-14T17:40:22.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.16","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.16","dependencies_parsed_at":"2023-05-31T10:47:11.751Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.16/manifests"},{"name":"v1.0.15","sha":"1e8033bb4dcd895d37efb5482c07e26b3f6f9962","kind":"commit","published_at":"2022-01-14T17:32:16.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.15","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.15","dependencies_parsed_at":"2023-05-31T10:47:12.370Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.15/manifests"},{"name":"v1.0.14","sha":"0cd2a7073d9283e2db5e4861e3f5fd2a64d794c6","kind":"commit","published_at":"2022-01-14T17:19:15.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.14","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.14","dependencies_parsed_at":"2023-05-31T10:47:12.940Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.14/manifests"},{"name":"v1.0.13","sha":"1b3a3d05a12670d07841f5280379e976c90b5a5a","kind":"commit","published_at":"2022-01-14T16:55:49.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.13","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.13","dependencies_parsed_at":"2023-05-31T10:47:13.493Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.13/manifests"},{"name":"v1.0.12","sha":"f62ffda3b79dff31e50da99262dd10a1af5cbf7f","kind":"commit","published_at":"2022-01-14T16:31:47.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.12","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.12","dependencies_parsed_at":"2023-05-31T10:47:13.943Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.12/manifests"},{"name":"v1.0.11","sha":"a866d2ece3e9210da2ecddfe7dbed26d245f15fd","kind":"commit","published_at":"2022-01-14T16:03:38.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.11","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.11","dependencies_parsed_at":"2023-05-31T10:47:14.449Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.11/manifests"},{"name":"v1.0.10","sha":"c8a50f7d8a7b1c4bd58bb9cb0c0dd66b9b10fced","kind":"commit","published_at":"2022-01-13T23:27:36.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.10","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.10","dependencies_parsed_at":"2023-05-31T10:47:15.631Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.10/manifests"},{"name":"v1.0.9","sha":"58da43146487e1421006fab704c8908bab9022ce","kind":"commit","published_at":"2022-01-13T23:18:16.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.9","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.9","dependencies_parsed_at":"2023-05-31T10:47:16.276Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.9/manifests"},{"name":"v1.0.8","sha":"474f7659108c2246ffa3f9af22385a617057ef17","kind":"commit","published_at":"2022-01-12T23:07:12.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.8","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.8","dependencies_parsed_at":"2023-05-31T10:47:16.869Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.8/manifests"},{"name":"v1.0.7","sha":"25b4e403948ea29a9ab7cd98df819a5f46454c1b","kind":"commit","published_at":"2022-01-12T19:15:59.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.7","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.7","dependencies_parsed_at":"2023-05-31T10:47:17.399Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"89c2618cc821c52b5841339eb520242bab172fb5","kind":"commit","published_at":"2022-01-11T23:42:19.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.6","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.6","dependencies_parsed_at":"2023-05-31T10:47:17.873Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"0a7e584ed914fcba2fe1fdc586b7812aa6195792","kind":"commit","published_at":"2022-01-11T23:30:58.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.5","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.5","dependencies_parsed_at":"2023-05-31T10:47:20.436Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"ae4636665c2aa1ccf16644989c0ca038e37aa976","kind":"commit","published_at":"2022-01-10T17:22:49.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.4","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.4","dependencies_parsed_at":"2023-05-31T10:47:21.030Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"488962c2da5b01d4469ab526aff3bed0a86f91da","kind":"commit","published_at":"2022-01-10T17:01:35.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.3","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.3","dependencies_parsed_at":"2023-05-31T10:47:21.604Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"798919e261467c0d3d49a8b047c8faa4cf1fdf7d","kind":"commit","published_at":"2022-01-10T16:42:13.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.2","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.2","dependencies_parsed_at":"2023-05-31T10:47:22.101Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"a13e857a6bab40020f5f247747420e246a89e78a","kind":"commit","published_at":"2022-01-08T00:17:37.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.1","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-31T10:47:22.595Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"dc0b2f15d5f0b8e222967f0ee0672c4bef8d5dda","kind":"commit","published_at":"2022-01-06T00:02:39.000Z","download_url":"https://codeload.github.com/Unsupervisedcom/action-upload-python-gar/tar.gz/v1.0.0","html_url":"https://github.com/Unsupervisedcom/action-upload-python-gar/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T10:47:23.180Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unsupervisedcom%2Faction-upload-python-gar/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2023-07-11T11:33:17.919Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":42.858974907023466,"dependent_packages_count":0.0,"stargazers_count":49.38656863164194,"forks_count":37.2590091052879,"average":32.376138160988326},"purl":"pkg:githubactions/Unsupervisedcom/action-upload-python-gar","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/Unsupervisedcom/action-upload-python-gar","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/Unsupervisedcom/action-upload-python-gar","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/Unsupervisedcom/action-upload-python-gar/dependencies","status":"removed","funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-09T10:15:15.882Z","issues_count":0,"pull_requests_count":32,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":952639.875,"issues_closed_count":0,"pull_requests_closed_count":32,"pull_request_authors_count":3,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.9375,"merged_pull_requests_count":30,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":2912.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Unsupervisedcom%2Faction-upload-python-gar/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Unsupervisedcom%2Faction-upload-python-gar/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Unsupervisedcom%2Faction-upload-python-gar/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Unsupervisedcom%2Faction-upload-python-gar/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Unsupervisedcom%2Faction-upload-python-gar/codemeta","maintainers":[]}