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 = "-"