Skip to content

Commit 5b63bd2

Browse files
committed
macos-15-intel
1 parent 4b34996 commit 5b63bd2

File tree

2 files changed

+3
-41
lines changed

2 files changed

+3
-41
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
path: ./wheelhouse/*.whl
3030
build_wheels_macos:
3131
name: Build wheels for MacOS
32-
runs-on: macos-15
32+
runs-on: macos-15-intel
3333
env:
3434
MACOSX_DEPLOYMENT_TARGET: '10.9'
3535
CIBW_SKIP: pp*

README.md

Lines changed: 2 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2,51 +2,13 @@
22

33
Python bindings for tmGrammar.
44

5-
## Install instructions
5+
## Install
66

77
It is recommended to install the utm Python bindings in a virtual environment
88
which makes it also possible to use multiple versions in parallel.
99

10-
### Python 3.12
11-
12-
```bash
13-
pip install https://github.com/cms-l1-globaltrigger/tm-grammar/releases/download/0.14.0/tm_grammar-0.14.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
14-
```
15-
16-
### Python 3.11
17-
18-
```bash
19-
pip install https://github.com/cms-l1-globaltrigger/tm-grammar/releases/download/0.14.0/tm_grammar-0.14.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
20-
```
21-
22-
### Python 3.10
23-
24-
```bash
25-
pip install https://github.com/cms-l1-globaltrigger/tm-grammar/releases/download/0.14.0/tm_grammar-0.14.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
26-
```
27-
28-
### Python 3.9
29-
30-
```bash
31-
pip install https://github.com/cms-l1-globaltrigger/tm-grammar/releases/download/0.14.0/tm_grammar-0.14.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
32-
```
33-
34-
### Python 3.8
35-
36-
```bash
37-
pip install https://github.com/cms-l1-globaltrigger/tm-grammar/releases/download/0.14.0/tm_grammar-0.14.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
38-
```
39-
40-
### Python 3.7
41-
42-
```bash
43-
pip install https://github.com/cms-l1-globaltrigger/tm-grammar/releases/download/0.14.0/tm_grammar-0.14.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
44-
```
45-
46-
### Python 3.6
47-
4810
```bash
49-
pip install https://github.com/cms-l1-globaltrigger/tm-grammar/releases/download/0.14.0/tm_grammar-0.14.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
11+
pip install --index https://globaltrigger.web.cern.ch/pypi tm-grammar==0.14.0
5012
```
5113

5214
## Build instructions

0 commit comments

Comments
 (0)