diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index bdaab28..12e5b78 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -11,6 +11,8 @@ name: Upload Python Package on: release: types: [published] + + workflow_dispatch: permissions: contents: read diff --git a/setup.py b/setup.py index c97f1df..a50e34f 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,6 @@ author='Colin Sutter', author_email='contact@csutter.dev', description='A package for retrieving weather data from the National Weather Service', - long_description=open('README.md').read(), + long_description='A package for retrieving weather data from the National Weather Service', url='https://github.com/Pizzarules668/NWS-Weather', )