Skip to content

Commit

Permalink
Update pypi_publish.yml
Browse files Browse the repository at this point in the history
fix url
  • Loading branch information
joshuailevy authored Jan 30, 2024
1 parent 287af33 commit c797fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/python-outbreak-data
url: https://pypi.org/p/python-outbreak-info
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing

Expand All @@ -50,4 +50,4 @@ jobs:
name: python-package-distributions
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit c797fe5

Please sign in to comment.