Skip to content
Snippets Groups Projects
Verified Commit 65e5093e authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix build in pypi job

parent 91268a60
No related branches found
No related tags found
No related merge requests found
Pipeline #31622 failed
......@@ -134,6 +134,7 @@ pypi:
cache: {}
script:
- pip install -U twine setuptools setuptools_scm
- pip install .
- python setup.py sdist
- twine upload dist/*
only:
......
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