Skip to content
Snippets Groups Projects
Commit 78408fc9 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Build wheel packages

parent 9bb2c78d
No related branches found
No related tags found
No related merge requests found
Pipeline #12905 passed with warnings
......@@ -116,8 +116,9 @@ pypi:
stage: release
cache: {}
script:
- pip install -U twine
- pip install -U twine wheel
- python setup.py sdist
- python setup.py bdist_wheel
- twine upload dist/*
only:
- tags
......
......@@ -13,3 +13,4 @@ sphinx-gallery>=0.1.12
sphinx_rtd_theme
sphinxcontrib-versioning
yapf>=0.29.0
wheel
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