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