From a261485dbac22493d8ce413febeb0bd3f3ce504e Mon Sep 17 00:00:00 2001 From: pavlovicmilena Date: Tue, 31 Oct 2023 14:27:31 +0100 Subject: [PATCH] fix github action --- .github/workflows/publish-dev-to-pypi-and-conda.yml | 2 +- immuneML/environment/Constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-dev-to-pypi-and-conda.yml b/.github/workflows/publish-dev-to-pypi-and-conda.yml index 18ad85fb8..a9b811984 100644 --- a/.github/workflows/publish-dev-to-pypi-and-conda.yml +++ b/.github/workflows/publish-dev-to-pypi-and-conda.yml @@ -54,7 +54,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build conda meta.yaml from PyPI package - run: >- + run: | conda install conda-build conda skeleton pypi immuneML-dev conda config --add channels conda-forge diff --git a/immuneML/environment/Constants.py b/immuneML/environment/Constants.py index b0904da1a..d9ffe0ecb 100644 --- a/immuneML/environment/Constants.py +++ b/immuneML/environment/Constants.py @@ -1,7 +1,7 @@ class Constants: VERSION = "2.2.6" - DEV_VERSION = "0.0.4" + DEV_VERSION = "0.0.5" # encoding constants FEATURE_DELIMITER = "-"