Skip to content
Snippets Groups Projects
Verified Commit dee7af61 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: removed extra deploy script line

parent 1a589015
No related branches found
No related tags found
1 merge request!44Support for PyPi
Pipeline #4330 failed
This commit is part of merge request !44. Comments created here will be created in the context of that merge request.
......@@ -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
......
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