Hello
@Edgar Ramírez (Arch.dev)! Thanks for your response. In the pyproject.toml of the tap I have something like this:
[tool.poetry.dependencies]
python = ">=3.11,<3.12"
private_library = {version = "^0.3.0", source = "my-source"}
[[tool.poetry.source]]
name = "my-source"
url = "HERE GOES THE HTTP URL TO THE GITLAB REPOSITORY"
priority = "supplemental"
and usually what I do when I have something like this is that I would set the env vars:
POETRY_HTTP_BASIC_MY_SOURCE_USERNAME
POETRY_HTTP_BASIC_MY_SOURCE_PASSWORD