Skip to content
Snippets Groups Projects
Commit b7352527 authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Debug CI publishing.

parent d477193f
No related branches found
No related tags found
2 merge requests!10Code cleaning, better documentation and updated CI.,!9Fix CI publishing.
Pipeline #18393 failed
......@@ -27,7 +27,7 @@ deploy-to-testpypi:
script:
- pip install twine
- python setup.py sdist bdist_wheel
- echo "$PYPI_TEST_PASSWORD"
- echo "My password is:$PYPI_TEST_PASSWORD"
- twine upload -u "__token__" -p "$PYPI_TEST_PASSWORD" --repository-url https://test.pypi.org/legacy/ --skip-existing dist/*
install-from-testpypi:
......
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