Skip to content
Snippets Groups Projects

Fix CI publishing.

Merged Oriol.Tinto requested to merge development into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -27,6 +27,7 @@ deploy to testpypi:
script:
- pip install twine
- python setup.py sdist bdist_wheel
- echo "$PYPI_TEST_PASSWORD"
- twine upload -u "__token__" -p "$PYPI_TEST_PASSWORD" --repository-url https://test.pypi.org/legacy/ --skip-existing dist/*
install from testpypi:
Loading