Skip to content

Commit

Permalink
[ci] make sure twine is the version from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
renefritze committed Oct 21, 2022
1 parent 95bcb21 commit 50b1b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/gitlab/ci.yml
Expand Up @@ -608,7 +608,7 @@ pypi:
before_script:
- apt update && apt install -y git
- pip3 install -r requirements.txt
- pip3 install twine
- pip3 install $(grep twine requirements-ci.txt)
script:
- ${CI_PROJECT_DIR}/.ci/gitlab/pypi_deploy.bash
environment:
Expand Down
2 changes: 1 addition & 1 deletion .ci/gitlab/template.ci.py
Expand Up @@ -342,7 +342,7 @@
before_script:
- apt update && apt install -y git
- pip3 install -r requirements.txt
- pip3 install twine
- pip3 install $(grep twine requirements-ci.txt)
script:
- ${CI_PROJECT_DIR}/.ci/gitlab/pypi_deploy.bash
environment:
Expand Down

0 comments on commit 50b1b19

Please sign in to comment.