diff options
author | Gauvain Pocentek <gauvainpocentek@gmail.com> | 2019-06-20 07:57:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-20 07:57:34 +0200 |
commit | 722a6efb23c6e6b87a7354c1c6ae8e50ae14c709 (patch) | |
tree | ca01a30bd4efed824b7a2ae03dd11a238a428296 | |
parent | 4b0443285e3207d89b4b46211f713614fb526758 (diff) | |
parent | 3e37df16e2b6a8f1beffc3a595abcb06fd48a17c (diff) | |
download | gitlab-722a6efb23c6e6b87a7354c1c6ae8e50ae14c709.tar.gz |
Merge pull request #800 from python-gitlab/chore/ci-publish
chore(ci): fix gitlab PyPI publish
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c50f2aa..0421a4f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -97,7 +97,7 @@ deploy: # test package - python3 -m venv test - . test/bin/activate - - pip install -U dist/python-gitlab*.whl + - pip install -U dist/python_gitlab*.whl - gitlab -h - deactivate - twine upload --skip-existing -u $TWINE_USERNAME -p $TWINE_PASSWORD dist/* |