Page MenuHomec4science

.pypirc
No OneTemporary

File Metadata

Created
Mon, Jan 27, 07:31
[distutils]
index-servers =
gitlab
pypi
[gitlab]
repository = https://gitlab.com/api/v4/projects/${env.CI_PROJECT_ID}/packages/pypi
username = gitlab-ci-token
password = ${env.CI_JOB_TOKEN}
[pypi]
username = __token__
password = ${env.pypi_token}

Event Timeline