We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77a7d8 commit 9cd9fddCopy full SHA for 9cd9fdd
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
python-version: '3.x'
18
- name: Install dependencies
19
run: |
20
- python -m pip install --upgrade pip
+ pip install -r requirements.txt
21
pip install setuptools wheel twine
22
- name: Build and publish
23
env:
requirements.txt
1.48 KB
setup.py
@@ -3,7 +3,7 @@
3
setuptools.setup(
4
5
name="middleware-apm",
6
- version="0.1.20",
+ version="0.1.24",
7
8
author="middleware-dev",
9
description="This package is use to check the RAM and CPU Usage of Current Device.",
0 commit comments