Skip to content

Commit

Permalink
Change: Add URL to environment for PyPI deployment workflow
Browse files Browse the repository at this point in the history
Adding the URL to the pontos project on PyPI will display the URL at
several places on the GitHub repository.
  • Loading branch information
bjoernricks committed Jan 18, 2024
1 parent 300188b commit 16be9c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
environment: pypi
environment:
name: pypi
url: https://pypi.org/project/pontos/
permissions:
id-token: write
steps:
Expand Down

0 comments on commit 16be9c3

Please sign in to comment.