Skip to content

Commit a77a7d8

Browse files
committed
workflow updated
1 parent c2a2014 commit a77a7d8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
run: |
2020
python -m pip install --upgrade pip
2121
pip install setuptools wheel twine
22-
pip install -r requirements.txt
2322
- name: Build and publish
2423
env:
2524
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setuptools.setup(
44

55
name="middleware-apm",
6-
version="0.1.19",
6+
version="0.1.20",
77

88
author="middleware-dev",
99
description="This package is use to check the RAM and CPU Usage of Current Device.",

0 commit comments

Comments
 (0)