Skip to content
Snippets Groups Projects
Commit 56d93ede authored by Bienchen's avatar Bienchen
Browse files

Update .gitlab-ci.yml file

parent b76459b1
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@ build-package:
stage: deploy
image: python:3.6
script:
- pip install twine
- pip install twine build
- cd run_af2
- python3 -m build
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python3 -m twine upload --repository-url https://git.scicore.unibas.ch/api/v4/projects/${CI_PROJECT_ID}/packages/pypi dist/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment