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

Merge branch 'pypi-build-wheel' into 'master'

PACKAGE: upload wheel to pypi

See merge request !1200
parents d5580325 eefbd3f3
No related branches found
No related tags found
1 merge request!1200PACKAGE: upload wheel to pypi
Pipeline #493087 failed
......@@ -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