File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 5
5
* create virtual environment, if don't have one: ` python -m venv env `
6
6
* activate venv: ` source env/bin/activate `
7
7
* install all deps:
8
- - ` python -m pip install --upgrade pip `
9
- - ` pip install -r local-requirements.txt `
10
- - ` pre-commit install `
11
- - ` pip install -e . `
8
+ ```
9
+ python -m pip install --upgrade pip
10
+ pip install -r local-requirements.txt
11
+ pre-commit install
12
+ pip install -e .
13
+ ```
12
14
* change driver version in ` setup.py `
13
15
* download new driver: ` python -m build --wheel `
14
16
* generate API: ` ./scripts/update_api.sh `
Original file line number Diff line number Diff line change 21
21
import zipfile
22
22
from typing import Dict
23
23
24
- driver_version = "1.55.0"
24
+ driver_version = "1.55.0-beta-1756314050000 "
25
25
26
26
base_wheel_bundles = [
27
27
{
You can’t perform that action at this time.
0 commit comments