Skip to content

Commit

Permalink
Updated long desc
Browse files Browse the repository at this point in the history
  • Loading branch information
CSutter5 committed Nov 1, 2023
2 parents 37d9f2e + 1af1def commit 5810a0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ name: Upload Python Package
on:
release:
types: [published]

workflow_dispatch:

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
author='Colin Sutter',
author_email='[email protected]',
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',
)

0 comments on commit 5810a0b

Please sign in to comment.