Skip to content
Snippets Groups Projects

Support for PyPi

Merged João Magalhães requested to merge joamag/pypi into master
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -172,7 +172,6 @@ deploy-pypi:
script:
- pip install twine wheel
- python setup.py sdist bdist_wheel
- cd frontends/web/lib && npm publish
- python -m twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*
dependencies:
- build-pyo3
Loading