Skip to content

Commit

Permalink
Merge pull request avocado-framework#6048 from webknjaz/patch-1
Browse files Browse the repository at this point in the history
Set release-specific URLs in PyPI publish jobs
  • Loading branch information
richtja authored Nov 8, 2024
2 parents cf92d94 + 0083eff commit 659af3a
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 @@ -91,7 +91,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 659af3a

Please sign in to comment.