Skip to content

Commit

Permalink
Display PyPI URL on GH UI when releasing from GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored Nov 5, 2024
1 parent 5542968 commit 2a5aeff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
name: Publish released package to pypi.org
permissions:
id-token: write
environment: release
environment:
name: release
url: https://pypi.org/project/resolvelib/${{ github.ref_name }}
runs-on: ubuntu-latest
needs: build-package

Expand Down

0 comments on commit 2a5aeff

Please sign in to comment.