Skip to content

Commit

Permalink
Update pypi setup and release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cloneofghosts authored Nov 6, 2024
1 parent e3276d2 commit 8531f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/python-pirateweather # Replace <package-name> with your PyPI project name
url: https://pypi.org/p/pirateweather # Replace <package-name> with your PyPI project name
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
description="The Pirate Weather API wrapper",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
author="alexander0042",
author="Pirate-Weather",
url=repo_url,
download_url=f"{repo_url}/archive/{__version__}.tar.gz",
license="GPLv3 License",
Expand Down

0 comments on commit 8531f25

Please sign in to comment.