Skip to content

Commit 9cd9fdd

Browse files
committed
fluent-logger added
1 parent a77a7d8 commit 9cd9fdd

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: '3.x'
1818
- name: Install dependencies
1919
run: |
20-
python -m pip install --upgrade pip
20+
pip install -r requirements.txt
2121
pip install setuptools wheel twine
2222
- name: Build and publish
2323
env:

requirements.txt

1.48 KB
Binary file not shown.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setuptools.setup(
44

55
name="middleware-apm",
6-
version="0.1.20",
6+
version="0.1.24",
77

88
author="middleware-dev",
99
description="This package is use to check the RAM and CPU Usage of Current Device.",

0 commit comments

Comments
 (0)