Skip to content

Commit

Permalink
Fix package_version example in readme to use https://pypi.org/prok…
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Dec 15, 2024
1 parent 00971cc commit 30d17a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ While *build-and-inspect-python-package* will build a wheel for you by default,
needs: baipp
environment:
name: pypi
url: https://pypi.org/p/structlog/${{ needs.baipp.outputs.package-version }}
url: https://pypi.org/project/structlog/${{ needs.baipp.outputs.package-version }}
```

### Artifacts
Expand Down

0 comments on commit 30d17a1

Please sign in to comment.