From 5a1da09fdd14a226241f8b4094df5d2cea52adcf Mon Sep 17 00:00:00 2001 From: SeoulSKY Date: Tue, 25 Jun 2024 19:58:14 -0600 Subject: [PATCH] Update pylint workflow --- .github/workflows/pylint.yml | 4 ++-- README.md | 2 +- requirements.txt | 2 ++ setup.py | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 6797f1a..1d2249e 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -2,9 +2,9 @@ name: Pylint on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] env: PYLINT_SCRIPT: scripts/pylint.sh diff --git a/README.md b/README.md index 4a6b695..bfe9834 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
- An easy-to-use library for YouTube push notification for video upload and update. + An easy-to-use library for receiving YouTube push notification for video upload and update.
diff --git a/requirements.txt b/requirements.txt index 2b8cdb0..2266878 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,5 @@ pylint~=3.2.3 pyngrok~=7.1.6 httpx~=0.27.0 setuptools~=70.1.1 +twine~=5.0.0 +wheel~=0.43.0 diff --git a/setup.py b/setup.py index dd4f9d3..85a6a58 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ packages=find_packages(), author="SeoulSKY", author_email="contact@seoulsky.org", - description="An easy-to-use library for YouTube push notification for video upload and update.", + description="An easy-to-use library for receiving YouTube push notification for video upload and update.", long_description=long_description, long_description_content_type="text/markdown", install_requires=[