Skip to content

Commit ca0d220

Browse files
committed
v3.2.2
1 parent 51322e6 commit ca0d220

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Install dependencies
3131
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
3333
make install-common editable-install
3434
- name: Lint
3535
run: make lint

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-python@v5
1818
- name: Install dependencies
1919
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
2121
make install-common editable-install
2222
- name: Create distributions
2323
run: make dist

yhttp/dev/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.2.1'
1+
__version__ = '3.2.2'

0 commit comments

Comments
 (0)