We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77a7d8 commit 8a56832Copy full SHA for 8a56832
.github/workflows/main.yml
@@ -17,8 +17,8 @@ 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 -r requirements.txt
+ pip install setuptools wheel twine --use-pep517
22
- name: Build and publish
23
env:
24
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