Build wheel

This commit is contained in:
Rebecca Claire Murphy 2021-01-26 12:59:56 +00:00 committed by Ariel Rin
parent aeeb35bc60
commit a5e0721ec1

View File

@ -44,10 +44,10 @@ deploy_production:
image: python:3.8-buster image: python:3.8-buster
before_script: before_script:
- pip install twine - pip install twine wheel
script: script:
- python setup.py sdist - python setup.py sdist bdist_wheel
- twine upload dist/* - twine upload dist/*
rules: rules: