Skip to content

Commit

Permalink
python-version as list
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter committed Dec 19, 2023
1 parent a0ed804 commit ca26f4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/anaconda-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish to Anaconda

on:
release:
types: [created]
types: [ created ]

jobs:
anaconda:
Expand All @@ -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:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <info@jelmert.nl>"]
readme = "README.md"
Expand Down

0 comments on commit ca26f4d

Please sign in to comment.