We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ecc11 commit ce2c054Copy full SHA for ce2c054
.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 fluent
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.17",
+ version="0.1.18",
7
8
author="middleware-dev",
9
description="This package is use to check the RAM and CPU Usage of Current Device.",
0 commit comments