Skip to content
Snippets Groups Projects
Commit fd4ae5f5 authored by David Schwörer's avatar David Schwörer
Browse files

directly upload with twine

parent 2a70bf71
No related branches found
No related tags found
No related merge requests found
Pipeline #95123 failed
......@@ -9,19 +9,3 @@ wheel/manylinux2014:
image: quay.io/pypa/manylinux2014_x86_64
script:
- bash --login tools/pylib/_boutcore_build/build-wheels.sh manylinux2014_x86_64
artifacts:
paths:
- wheelhouse/*whl
- dist/*.tar.*
deploy/pypi:
stage: deploy
image: python:slim
script:
# TWINE_USERNAME and TWINE_PASSWORD are provided by CI secret variables
- pip install twine
- ls -l
- twine upload --repository testpypi wheelhouse/*.whl
needs:
- wheel/manylinux2014
......@@ -51,5 +51,5 @@ done
mkdir -p wheelhouse
rm -f wheelhouse/*whl
cp /io/wheelhouse/*whl wheelhouse/
mv wheelhouse ../../..
mv dist ../../..
$PYBIN/pip install twine
twine upload --repository testpypi wheelhouse/*.whl dist/*.tar*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment