File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [workflow_dispatch]
55jobs :
66 build :
77 env :
8- VERSION : " 0.14.0 "
8+ VERSION : " 0.14.1 "
99 PYPI_INDEX : https://globaltrigger.web.cern.ch/pypi/
1010 strategy :
1111 matrix :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ It is recommended to install the utm Python bindings in a virtual environment
1111which makes it also possible to run multiple versions of utm in parallel.
1212
1313``` bash
14- pip install --extra-index-url https://globaltrigger.web.cern.ch/pypi tm-python==0.14.0
14+ pip install --extra-index-url https://globaltrigger.web.cern.ch/pypi tm-python==0.14.1
1515```
1616
1717** Note:** all tm-* packages are from now on published on our custom python package index at https://globaltrigger.web.cern.ch/pypi
Original file line number Diff line number Diff line change 11[metadata]
22name = tm-python
3- version = 0.14.0
3+ version = 0.14.1
44description = Meta package providing Python bindings for tm-table, tm-grammar and tm-eventsetup.
55long_description = file: README.md
66long_description_content_type = text/markdown
@@ -10,8 +10,8 @@ url = https://github.com/cms-l1-globaltrigger/tm-python
1010license = GPLv3
1111
1212[options]
13- install_requires =
14- tm-table ==0.14.0
15- tm-grammar ==0.14.0
16- tm-eventsetup ==0.14.0
1713python_requires = >=3.9
14+ install_requires =
15+ tm-table ==0.14.1
16+ tm-grammar ==0.14.1
17+ tm-eventsetup ==0.14.1
You can’t perform that action at this time.
0 commit comments