Skip to content

Commit

Permalink
Set release-specific URLs in PyPI publish jobs
Browse files Browse the repository at this point in the history
This patch will make the links on the UI of the [Deployments](https://github.com/avocado-framework/avocado/deployments/pypi) and workflow pages more accurate.

Signed-Off-By: Sviatoslav Sydorenko <[email protected]>
  • Loading branch information
webknjaz committed Nov 7, 2024
1 parent 3b1f5cb commit 0083eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/avocado-framework
url: https://pypi.org/project/avocado-framework/${{ github.event.inputs.version }}
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
Expand Down

0 comments on commit 0083eff

Please sign in to comment.