diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 742f8374835f154261a0676aefe061bd72bbe720..96649e54965dda4e78ace48cbb25b7bcadf25bfc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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