Skip to content
Snippets Groups Projects
Commit b6ccbaea authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

add pip info for pushing package to local package repo

parent 232bd380
No related branches found
No related tags found
No related merge requests found
Pipeline #11535 failed with stages
in 3 minutes and 14 seconds
...@@ -10,6 +10,9 @@ variables: ...@@ -10,6 +10,9 @@ variables:
PACKAGE_NAME: "pak" PACKAGE_NAME: "pak"
DOCKER_IMAGE: "$CI_REGISTRY_IMAGE/$PACKAGE_NAME" DOCKER_IMAGE: "$CI_REGISTRY_IMAGE/$PACKAGE_NAME"
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
PIP_INDEX_URL: "https://__token__:${CI_JOB_TOKEN}@gitlab.com/api/v4/projects/$CI_PROJECT_ID/packages/pypi/simple"
PIP_EXTRA_INDEX_URL: "https://pypi.org/simple"
before_script: before_script:
- pip install setuptools wheel build twine - pip install setuptools wheel build twine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment