diff --git a/.github/workflows/anaconda-publish.yml b/.github/workflows/anaconda-publish.yml index 0e15729..9c6a784 100644 --- a/.github/workflows/anaconda-publish.yml +++ b/.github/workflows/anaconda-publish.yml @@ -2,7 +2,7 @@ name: Publish to Anaconda on: release: - types: [created] + types: [ created ] jobs: anaconda: @@ -14,10 +14,11 @@ jobs: - ubuntu-latest - windows-latest - macos-latest - python-version: - - '3.9' - - '3.10' - - '3.11' + python-version: [ + '3.9' + '3.10' + '3.11' + ] name: Publish to Anaconda defaults: run: @@ -31,7 +32,6 @@ jobs: channels: conda-forge conda-build-version: '3.28' conda-solver: 'libmamba' -# channel-priority: strict activate-environment: "decide" - run: | conda install --yes anaconda-client diff --git a/pyproject.toml b/pyproject.toml index 1c8fcfd..e8dffc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "decide-exchange-model" -version = "2022.1.19" +version = "2022.1.20" description = "Decide exchange model" authors = ["Jelmer Draaijer "] readme = "README.md"