Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlovicmilena committed Oct 31, 2023
1 parent 56300bf commit a261485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-dev-to-pypi-and-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion immuneML/environment/Constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Constants:

VERSION = "2.2.6"
DEV_VERSION = "0.0.4"
DEV_VERSION = "0.0.5"

# encoding constants
FEATURE_DELIMITER = "-"
Expand Down

0 comments on commit a261485

Please sign in to comment.