Skip to content

anaconda/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anaconda GitHub Actions

Reusable GitHub Actions for the Anaconda platform.

Available Actions

Install the Anaconda CLI and optional tools in GitHub Actions.

- uses: anaconda/actions/setup-anaconda-cli@v0

See the setup-anaconda-cli README for full documentation.

Upload conda or Python packages to Anaconda.org or Package Security Manager (PSM).

Upload to anaconda.org:

- uses: anaconda/actions/upload-package@v0
  with:
    token: ${{ secrets.ANACONDA_ORG_TOKEN }}
    channel: my-org
    packages: ./build/**/*.conda

Upload to Package Security Manager (PSM):

- uses: anaconda/actions/upload-package@v0
  with:
    token: ${{ secrets.PSM_TOKEN }}
    channel: my-channel
    packages: ./build/**/*.conda
    target-type: psm
    repository-url: https://pkgs.example.com/api/repo

See the upload-package README for full documentation.

License

See LICENSE.

About

Reusable GitHub Actions from Anaconda

Resources

License

Stars

Watchers

Forks

Contributors