File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
python-version : ${{ matrix.python-version }}
42
42
- name : Install dependencies
43
43
run : |
44
- git clone https://github.com/pylover/python-makelib.git make
44
+ sudo git clone https://github.com/pylover/python-makelib.git /usr/local/lib/python-makelib
45
45
make install-common editable-install
46
46
sudo cp `which bddcli-bootstrapper` /usr/local/bin
47
47
- name : Lint
Original file line number Diff line number Diff line change 17
17
uses : actions/setup-python@v5
18
18
- name : Install dependencies
19
19
run : |
20
- git clone https://github.com/pylover/python-makelib.git make
20
+ sudo git clone https://github.com/pylover/python-makelib.git /usr/local/lib/python-makelib
21
21
make install-common editable-install
22
22
- name : Create distributions
23
23
run : make dist
Original file line number Diff line number Diff line change 5
5
from .uri import DatabaseURI
6
6
7
7
8
- __version__ = '5.0.0 '
8
+ __version__ = '5.0.1 '
You can’t perform that action at this time.
0 commit comments