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: ...@@ -41,6 +41,7 @@ requirements:
- requests - requests
- sphinx - sphinx
- pyyaml - pyyaml
- twine
test: test:
requires: requires:
......
...@@ -15,6 +15,7 @@ requires = [ ...@@ -15,6 +15,7 @@ requires = [
'python-gitlab', 'python-gitlab',
'sphinx', 'sphinx',
'pyyaml', 'pyyaml',
'twine',
] ]
setup( 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