{"id":13533681,"url":"https://github.com/fcakyon/conda-publish-action","last_synced_at":"2025-04-01T22:30:29.637Z","repository":{"id":65159750,"uuid":"253196148","full_name":"fcakyon/conda-publish-action","owner":"fcakyon","description":"Github Action to deploy conda package to Anaconda repository","archived":false,"fork":true,"pushed_at":"2022-12-15T17:00:45.000Z","size":19,"stargazers_count":27,"open_issues_count":1,"forks_count":21,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T22:34:58.200Z","etag":null,"topics":["action","anaconda","anaconda-distribution","conda","conda-build","conda-packages","conda-recipe","github-actions","github-workflow","package","publish"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"maxibor/conda-package-publish-action","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fcakyon.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}},"created_at":"2020-04-05T09:15:37.000Z","updated_at":"2024-07-01T08:57:31.000Z","dependencies_parsed_at":"2023-01-13T15:43:37.233Z","dependency_job_id":null,"html_url":"https://github.com/fcakyon/conda-publish-action","commit_stats":{"total_commits":36,"total_committers":4,"mean_commits":9.0,"dds":0.5277777777777778,"last_synced_commit":"02852ad7af3e3ba5e1f1083a2914ad4479f26af3"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcakyon%2Fconda-publish-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcakyon%2Fconda-publish-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcakyon%2Fconda-publish-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcakyon%2Fconda-publish-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fcakyon","download_url":"https://codeload.github.com/fcakyon/conda-publish-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246720410,"owners_count":20822897,"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","anaconda","anaconda-distribution","conda","conda-build","conda-packages","conda-recipe","github-actions","github-workflow","package","publish"],"created_at":"2024-08-01T07:01:22.126Z","updated_at":"2025-04-01T22:30:29.417Z","avatar_url":"https://github.com/fcakyon.png","language":"Shell","funding_links":[],"categories":["Community Resources"],"sub_categories":["Deployment"],"readme":"# Publish Anaconda Package\n\nA Github Action to publish your software package to an Anaconda repository.\n\n### Example workflow to publish to conda every time you make a new release\n\n```yaml\nname: publish_conda\n\non:\n  release:\n    types: [published]\n    \njobs:\n  publish:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v2\n    - name: publish-to-conda\n      uses: fcakyon/conda-publish-action@v1.3\n      with:\n        subdir: 'conda'\n        anacondatoken: ${{ secrets.ANACONDA_TOKEN }}\n        platforms: 'win osx linux'\n```\n\n### Example project structure\n\n```\n.\n├── LICENSE\n├── README.md\n├── setup.py\n├── myproject\n│   ├── __init__.py\n│   └── myproject.py\n├── conda\n│   ├── conda_build_config.yaml\n│   └── meta.yaml\n├── .github\n│   └── workflows\n│       └── publish_conda.yml\n├── .gitignore\n```\n\n### ANACONDA_TOKEN\n\n1. Get an Anaconda token (with read and write API access) at `anaconda.org/USERNAME/settings/access` \n2. Add it to the Secrets of the Github repository as `ANACONDA_TOKEN`\n\n### Supported anaconda channels\n- conda-forge\n- pytorch\n- fcakyon\n- districtdatalabs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcakyon%2Fconda-publish-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffcakyon%2Fconda-publish-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcakyon%2Fconda-publish-action/lists"}