diff options
author | Max Wittig <max.wittig95@gmail.com> | 2019-06-19 18:00:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-19 18:00:29 +0200 |
commit | 3e37df16e2b6a8f1beffc3a595abcb06fd48a17c (patch) | |
tree | ca01a30bd4efed824b7a2ae03dd11a238a428296 | |
parent | 4b0443285e3207d89b4b46211f713614fb526758 (diff) | |
download | gitlab-chore/ci-publish.tar.gz |
chore(ci): fix gitlab PyPI publishchore/ci-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/* |