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

Update .gitlab-ci.yml

parent fdcd1025
Branches
Tags 4.0.2
No related merge requests found
......@@ -5,7 +5,7 @@ build-package:
- pip install twine build
- cd run_af2
- python3 -m build
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python3 -m twine upload --verbose --repository-url https://git.scicore.unibas.ch/api/v4/projects/${CI_PROJECT_ID}/packages/pypi dist/*
- 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/*
only:
- tags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment