File tree 4 files changed +13
-17
lines changed
4 files changed +13
-17
lines changed Original file line number Diff line number Diff line change 10
10
UTM_VERSION : 0.13.0
11
11
strategy :
12
12
matrix :
13
- python-version : ["3.11 "]
13
+ python-version : ["3.12 "]
14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
- name : Install build dependecies
@@ -30,11 +30,11 @@ jobs:
30
30
- name : Install dependencies
31
31
run : |
32
32
python -m pip install --upgrade pip
33
- pip install wheel
33
+ pip install build wheel
34
34
- name : Build wheel
35
35
run : |
36
36
. ./utm-utm_${{ env.UTM_VERSION }}/env.sh # source utm libs
37
- python setup.py bdist_wheel
37
+ python -m build --wheel
38
38
python -m pip install dist/*-linux_x86_64.whl
39
39
- name : Test module
40
40
run : |
Original file line number Diff line number Diff line change @@ -10,43 +10,43 @@ which makes it also possible to use multiple versions in parallel.
10
10
### Python 3.12
11
11
12
12
``` bash
13
- pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.12 .0/tm_eventsetup-0.12 .0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
13
+ pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.13 .0/tm_eventsetup-0.13 .0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
14
14
```
15
15
16
16
### Python 3.11
17
17
18
18
``` bash
19
- pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.12 .0/tm_eventsetup-0.12 .0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
19
+ pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.13 .0/tm_eventsetup-0.13 .0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
20
20
```
21
21
22
22
### Python 3.10
23
23
24
24
``` bash
25
- pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.12 .0/tm_eventsetup-0.12 .0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
25
+ pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.13 .0/tm_eventsetup-0.13 .0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
26
26
```
27
27
28
28
### Python 3.9
29
29
30
30
``` bash
31
- pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.12 .0/tm_eventsetup-0.12 .0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
31
+ pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.13 .0/tm_eventsetup-0.13 .0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
32
32
```
33
33
34
34
### Python 3.8
35
35
36
36
``` bash
37
- pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.12 .0/tm_eventsetup-0.12 .0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
37
+ pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.13 .0/tm_eventsetup-0.13 .0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
38
38
```
39
39
40
40
### Python 3.7
41
41
42
42
``` bash
43
- pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.12 .0/tm_eventsetup-0.12 .0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
43
+ pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.13 .0/tm_eventsetup-0.13 .0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
44
44
```
45
45
46
46
### Python 3.6
47
47
48
48
``` bash
49
- pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.12 .0/tm_eventsetup-0.12 .0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
49
+ pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.13 .0/tm_eventsetup-0.13 .0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
50
50
```
51
51
52
52
## Build instructions
Original file line number Diff line number Diff line change 1
1
[metadata]
2
- name = tm-table
3
- description = Python bindings for tmTable .
2
+ name = tm-eventsetup
3
+ description = Python bindings for tmEventSetup .
4
4
long_description = file: README.md
5
5
long_description_content_type = text/markdown
6
6
author = Bernhard Arnold
7
7
author_email = bernhard.arnold@cern.ch
8
- url = https://github.com/cms-l1-globaltrigger/tm-table
8
+ url = https://github.com/cms-l1-globaltrigger/tm-eventsetup
9
9
license = GPLv3
Original file line number Diff line number Diff line change @@ -89,11 +89,7 @@ def run(self):
89
89
)
90
90
91
91
setup (
92
- name = 'tm-eventsetup' ,
93
92
version = UTM_VERSION ,
94
- author = "Bernhard Arnold" ,
95
- author_email = "bernhard.arnold@cern.ch" ,
96
- description = """Python bindings for tmEventSetup""" ,
97
93
ext_modules = [tmEventSetup_ext ],
98
94
cmdclass = {
99
95
'build_py' : BuildPyCommand ,
You can’t perform that action at this time.
0 commit comments