8000 chore(ci): fix gitlab PyPI publish · minitux/python-gitlab@3e37df1 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_remote-form_dist_index_js-node_modules_delegated-events_dist_inde-94fd67-99b04cc350b5.js" defer="defer">

Commit 3e37df1

Browse files
authored
chore(ci): fix gitlab PyPI publish
1 parent 4b04432 commit 3e37df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
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)
0