ews-consulting-public/Setup uv with GitLab Package Registry

Configure uv to install packages from GitLab Package Registry using PyPI protocol

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitLab Personal Access Token or Project Access Token with read_api scope (for installing packages)yes
upload-tokenGitLab token with write access for publishing packages (optional, only needed for twine upload)no""
gitlab-urlGitLab instance URL (default: https://gitlab.com)nohttps://gitlab.com
project-idGitLab project ID containing the package registryyes
index-nameName for the package index in uv.toml (default: gitlab)nogitlab
set-as-defaultSet this index as the default for uv (default: false)nofalse
explicitOnly use this index when explicitly specified (default: false, meaning it will be checked for all packages)nofalse
install-uvInstall uv if not already present (default: false, assumes uv is already installed)nofalse

no outputs