Skip to content

Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 #327

Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7

Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 #327

Workflow file for this run

name: conda-build Windows
on:
push:
paths:
- '.github/**'
- 'conda.recipe/**'
jobs:
windows-conda-build:
name: "Windows - conda-build - ${{ matrix.CONDA_BUILD_YML }}"
runs-on: windows-latest
env:
CI: True
CONDA_BUILD_YML: "${{ matrix.CONDA_BUILD_YML }}"
strategy:
fail-fast: false
matrix:
CONDA_BUILD_YML:
- win_64_python3.9.____cpython
- win_64_python3.10.____cpython
steps:
- name: Checkout branch
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3
with:
miniforge-variant: Mambaforge
miniforge-version: 4.10.3-6
use-mamba: true
- name: Build conda package
shell: pwsh
run: |
mamba install -n base -y conda-build
conda build -m .ci_support/${{ matrix.CONDA_BUILD_YML }}.yaml conda.recipe