File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
python-version : ${{ matrix.python-version }}
30
30
- name : Install dependencies
31
31
run : |
32
- git clone https://github.com/pylover/python-makelib.git make
32
+ sudo git clone https://github.com/pylover/python-makelib.git /usr/loca/lib/python-makelib
33
33
make install-common editable-install
34
34
- name : Lint
35
35
run : make 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/loca/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 1
- __version__ = '3.2.1 '
1
+ __version__ = '3.2.2 '
You can’t perform that action at this time.
0 commit comments