]> git.phdru.name Git - mimedecode.git/commitdiff
Update docs
authorOleg Broytman <phd@phdru.name>
Mon, 22 Jul 2024 17:53:39 +0000 (20:53 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 22 Jul 2024 17:53:39 +0000 (20:53 +0300)
[skip ci]

.github/workflows/run-tests.yaml
ChangeLog

index 0b109795fa4d8173fd49db97589944dfeead9680..e75189c49a5259ba60507fd669f79dfef610025f 100644 (file)
@@ -70,7 +70,7 @@ jobs:
               f.write('TOXENV=' + toxenv + '\n')
           "
 
-      - name: Run tox targets for ${{ matrix.python-version }}
+      - name: Run tox
         run: |
           python -c "import os; print(os.environ['TOXENV'])"
           tox --version
index 450573ee6ce67a7f6d8422975de97a33917cbabc..9188effa2f000ca9a3de1463951217837f20d439 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
+Version 3.2.0.post2 (2024-??-??):
+
+   CI(GHActions): Set ``bash`` as the default shell.
+
 Version 3.2.0.post1 (2024-07-11):
 
-    CI(GHActions): Switch to `setup-miniconda`.
+    CI(GHActions): Switch to ``setup-miniconda``.
 
 Version 3.2.0 (2024-06-25):