Skip to content

Commit 722a6ef

Browse files
authored
Merge pull request #800 from python-gitlab/chore/ci-publish
chore(ci): fix gitlab PyPI publish
2 parents 4b04432 + 3e37df1 commit 722a6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ deploy:
9797
# test package
9898
- python3 -m venv test
9999
- . test/bin/activate
100-
- pip install -U dist/python-gitlab*.whl
100+
- pip install -U dist/python_gitlab*.whl
101101
- gitlab -h
102102
- deactivate
103103
- twine upload --skip-existing -u $TWINE_USERNAME -p $TWINE_PASSWORD dist/*

0 commit comments

Comments
 (0)