Skip to content

v0.11.2 Stable release #25

v0.11.2 Stable release

v0.11.2 Stable release #25

Workflow file for this run

name: Conda
on:
workflow_dispatch:
release:
types: ['released', 'prereleased']
# workflow_dispatch: # Un comment line if you also want to trigger action manually
jobs:
conda_deployment_with_new_tag:
name: Conda deployment of package for platform ${{ matrix.os }} with Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Conda environment creation and activation
uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462 # v2.0.7
with:
environment-file: recipe/build-env.yml
environment-name: build-environment
create-args: python=3.12
init-shell: bash
- name: Build and upload the conda packages
uses: uibcdf/action-build-and-upload-conda-packages@aac1ccb14aa0d4d43a0b10c18b17c5285a746544
with:
meta_yaml_dir: recipe
overwrite: true
conda_build_args: "-c conda-forge -c phygbu"
user: phygbu
label: main
token: ${{ secrets.ANACONDA }} # Replace with the right name of your secret