Skip to content

Conversation

@danielfrankcom
Copy link
Contributor

This PR modifies the package build to replace relative markdown links with absolute ones.

This is required for PyPI as the relative links do not work properly on the release page. See this page, which uses https://pypi.org/project/aurora-dsql-django/0.2.0/reference/KNOWN_ISSUES.md for the "Known Issues" link instead of a link to the GitHub repo.

I also added an additional step to the CI/CD workflow, since it was not verifying the uv build for PRs. This is a good additional step to make sure we don't break something in the release process. It is especially relevant now since it will catch relative links that use ./ or ../ as soon as they are introduced. We could technically support these kinds of relative links but we don't use them right now and it's easier to worry about that if/when we need them.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@danielfrankcom danielfrankcom merged commit 96f4bba into version-0 Oct 1, 2025
30 checks passed
@danielfrankcom danielfrankcom deleted the dev/frankcom/direct-links branch October 1, 2025 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants