Skip to content

Commit

Permalink
Corrected release environment url (#15)
Browse files Browse the repository at this point in the history
* Corrected release environment url

* Corrected typo in pip release job
  • Loading branch information
nicholas-maltbie authored May 2, 2024
1 parent 7889c03 commit b08878e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish to PyIP.org
name: Publish to PyPI.org

on:
push:
Expand All @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/<your-pypi-project-name>
url: https://pypi.org/project/gddoc2yml
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
Expand Down

0 comments on commit b08878e

Please sign in to comment.