Skip to content

Conversation

@jkrauth
Copy link

@jkrauth jkrauth commented Oct 24, 2025

Summary

This pull request adds an example of a GitLab release job to the integration docs.

How to publish to the GitLab registry with uv publish was discussed in issue #9195, including a suggestion to show an example in the docs, which has not happened yet.

Furthermore, it took a bit of effort to combine the following for a uv workspace:

  • Publish all packages to GitLab PyPI registry (as explained in the issue linked above)
  • Create one release item (using the GitLab CI release block)
  • Link wheel files in PyPI registry to the release using assets-links (uv publish knows, but does not provide those links)

An example in the docs might be very helpful for others who want to publish and use code from their GitLab registry.

Add example of a GitLab release job to the integration docs:
- Publish to GitLab PyPI registry
- Create a release item
- Link wheel files in PyPI registry to the release using assets-links
@jkrauth jkrauth changed the title Add example for a release job within GitLab CI Add example to docs for a release job within GitLab CI Oct 24, 2025
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.

1 participant