You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***Matrices in CI/CD workflows will be generated automatically now**
5
+
6
+
Make sure you have installed all the latest workflow files, especially the newly added ones:
7
+
8
+
-`matrix-all.yml`
9
+
-`matrix-python.yml`
10
+
-`matrix-exasol.yml`
11
+
12
+
13
+
## ✨ Added
14
+
* Added support for dynamically generated workflow matrices.
15
+
16
+
This feature allows you to easily change the test matrices in one place: `noxconfig.py`.
17
+
18
+
Note: As usual, there are different ways a user can adjust or change the behavior. In the case of the build matrices, there are three obvious ways:
19
+
20
+
- Set the appropriate fields in the `noxconfig.py` project configuration (`PROJECT_CONFIG`):
21
+
* `python_versions = [ ... ]`
22
+
* `exasol_versions = [ ... ]`
23
+
- Overwrite the nox tasks:
24
+
*`matrix:all`
25
+
*`matrix:python`
26
+
*`matrix:exasol`
27
+
- Overwrite/replace the matrix generation workflows:
28
+
*`matrix-all.yml`
29
+
*`matrix-python.yml`
30
+
*`matrix-exasol.yml`
31
+
32
+
Among all of the above, the safest way is to set the matrix-related fields in your project config object in `noxconfig.py`.
33
+
34
+
* Added a nox task to validate the build/test artifacts and use it in the github workflow report
35
+
36
+
37
+
## 📚 Documentation
38
+
39
+
* Added new entries to the frequently asked questions regarding `multiversion documentation`
40
+
41
+
42
+
## 🐞 Fixed
43
+
44
+
* Fixed `index.rst` documentation template to provide the correct underlining length of the main heading
45
+
* Added multi-version extension to Sphinx configuration of the project template
46
+
* fixed bug in tbx worflow install error if directory exists [#298](https://github.com/exasol/python-toolbox/issues/298) also [#297](https://github.com/exasol/python-toolbox/issues/297)
***Matrices in CI/CD workflows will be generated automatically now**
5
-
6
-
Make sure you have installed all the latest workflow files, especially the newly added ones:
7
-
8
-
-`matrix-all.yml`
9
-
-`matrix-python.yml`
10
-
-`matrix-exasol.yml`
11
-
12
-
13
-
## ✨ Added
14
-
* Added support for dynamically generated workflow matrices.
15
-
16
-
This feature allows you to easily change the test matrices in one place: `noxconfig.py`.
17
-
18
-
Note: As usual, there are different ways a user can adjust or change the behavior. In the case of the build matrices, there are three obvious ways:
19
-
20
-
- Set the appropriate fields in the `noxconfig.py` project configuration (`PROJECT_CONFIG`):
21
-
* `python_versions = [ ... ]`
22
-
* `exasol_versions = [ ... ]`
23
-
- Overwrite the nox tasks:
24
-
*`matrix:all`
25
-
*`matrix:python`
26
-
*`matrix:exasol`
27
-
- Overwrite/replace the matrix generation workflows:
28
-
*`matrix-all.yml`
29
-
*`matrix-python.yml`
30
-
*`matrix-exasol.yml`
31
-
32
-
Among all of the above, the safest way is to set the matrix-related fields in your project config object in `noxconfig.py`.
33
-
34
-
* Added a nox task to validate the build/test artifacts and use it in the github workflow report
35
-
36
-
37
-
## 📚 Documentation
38
-
39
-
* Added new entries to the frequently asked questions regarding `multiversion documentation`
40
-
41
-
42
-
## 🐞 Fixed
43
-
44
-
* Fixed `index.rst` documentation template to provide the correct underlining length of the main heading
45
-
* Added multi-version extension to Sphinx configuration of the project template
46
-
* fixed bug in tbx worflow install error if directory exists [#298](https://github.com/exasol/python-toolbox/issues/298) also [#297](https://github.com/exasol/python-toolbox/issues/297)
0 commit comments