Skip to content
Snippets Groups Projects
Commit e314e4a8 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[setup] Add support for PyPI deployment via twine

parent da9d8a52
No related branches found
No related tags found
No related merge requests found
Pipeline #25740 passed
......@@ -41,6 +41,7 @@ requirements:
- requests
- sphinx
- pyyaml
- twine
test:
requires:
......
......@@ -15,6 +15,7 @@ requires = [
'python-gitlab',
'sphinx',
'pyyaml',
'twine',
]
setup(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment