fresh-continent-76371
11/14/2023, 11:42 AM${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi
In a given python BUILD file to publish there, I need to specify the repository - from recollection, i don;t have access to the environment variables in the BUILD file do I?
if so, how can I inject that constructed repsotory
#
python_distribution(
repositories=[
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi" # <---- how do i do this
]fresh-continent-76371
11/14/2023, 11:44 AMfresh-cat-90827
11/14/2023, 1:56 PMenv directive, please see https://www.pantsbuild.org/docs/targets#environment-variables