From 21089eb29ae97168e6024d1530e3c3eefa83949a Mon Sep 17 00:00:00 2001 From: Rabii Chaarani <50892556+rabii-chaarani@users.noreply.github.com> Date: Wed, 4 Jun 2025 12:42:30 +0930 Subject: [PATCH] fix release workflow --- .github/workflows/release-please.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index edf50f8..45c47f0 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -32,9 +32,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: conda-incubator/setup-miniconda@v3 - with: - python-version: ${{ matrix.python }} + python-version: ${{ matrix.python-version }} - name: Installing dependencies shell: bash -l {0} run: | @@ -63,8 +62,8 @@ jobs: # if a release is created then run the deploy scripts for github.io, conda, pypi and docker conda-deploy: - name: Building conda package for python ${{ matrix.os }}) - needs: ["documentation-test", "continuous-integration"] + name: Building conda package for python ${{ matrix.python-version }} + needs: ["continuous-integration"] runs-on: ${{matrix.os}} strategy: fail-fast: false @@ -98,7 +97,7 @@ jobs: path: conda make_sdist: - needs: ["documentation-test", "continuous-integration"] + needs: ["continuous-integration"] name: Make SDist runs-on: ubuntu-latest steps: