We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77a7d8 commit 2240e19Copy full SHA for 2240e19
.github/workflows/main.yml
@@ -17,8 +17,9 @@ jobs:
17
python-version: '3.x'
18
- name: Install dependencies
19
run: |
20
- python -m pip install --upgrade pip
21
- pip install setuptools wheel twine
+ pip install wheel
+ pip install -r requirements.txt
22
+ pip install setuptools twine
23
- name: Build and publish
24
env:
25
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
requirements.txt
1.52 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