Skip to content

Commit

Permalink
[CI] Update pypi release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Dec 10, 2019
1 parent 8f46264 commit 24763fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Expand Up @@ -351,7 +351,8 @@ release:pypi:
image: gitlab-registry.cern.ch/linuxsupport/cc7-base
script:
- yum install --nogpg -y git python-pip which
- pip install setuptools --upgrade
- pip install --upgrade pip
- pip install setuptools wheel --upgrade
- cp packaging/wheel/* .
- ./publish.sh
artifacts:
Expand Down

0 comments on commit 24763fd

Please sign in to comment.