Skip to content

Commit

Permalink
fix version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter committed Dec 19, 2023
1 parent ca26f4d commit 58688a2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/anaconda-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
os: [
ubuntu-latest,
windows-latest,
macos-latest,
]
python-version: [
'3.9'
'3.10'
'3.11'
'3.9',
'3.10',
'3.11',
]
name: Publish to Anaconda
defaults:
Expand Down

0 comments on commit 58688a2

Please sign in to comment.