diff --git a/.github/workflows/conda-release.yaml b/.github/workflows/conda-release.yaml index f2d4f76..707767f 100644 --- a/.github/workflows/conda-release.yaml +++ b/.github/workflows/conda-release.yaml @@ -1,8 +1,9 @@ name: conda-release on: - release: - types: [published] + push: + branches: + - fix-conda-build jobs: build-and-publish: @@ -17,6 +18,8 @@ jobs: python-version: 3.9 activate-environment: build auto-update-conda: true + - name: conda version + run: conda --version - name: Install build tools run: | conda install -c conda-forge conda-build anaconda-client conda-verify grayskull