We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e418b1d + 45e62e5 commit 09cfb42Copy full SHA for 09cfb42
.github/workflows/main.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
miniconda:
13
- name: Miniconda ${{ matrix.os }}
+ name: Python ${{ matrix.python-version }}, OS ${{ matrix.os }}
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
CHANGELOG.rst
@@ -5,7 +5,7 @@ Release Notes
5
No notable functional changes from 1.4.1
6
7
--------------------------
8
-Version 1.4.2 – 2023-12-09
+Version 1.4.2 - 2023-12-09
9
Added
0 commit comments