Skip to content
Snippets Groups Projects
Commit eefbd3f3 authored by Colm Talbot's avatar Colm Talbot
Browse files

PACKAGE: upload wheel to pypi

parent d5580325
No related branches found
No related tags found
1 merge request!1200PACKAGE: upload wheel to pypi
Pipeline #490141 passed
......@@ -304,8 +304,8 @@ pypi-release:
TWINE_USERNAME: $PYPI_USERNAME
TWINE_PASSWORD: $PYPI_PASSWORD
before_script:
- pip install twine setuptools_scm
- python setup.py sdist
- python -m pip install twine setuptools_scm build
- python -m build --sdist --wheel --outdir dist/ .
script:
- 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