diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 35419c527d80c085bd9cd9e0cdf6f1deeb502c00..73d9be6dcc69c0062d11118e1e2d48c1ebe17115 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,6 @@ pypi_publish:
   only:
    - main
   stage: publish
-  when: on_success
   script:
     - pip install twine
     - python setup.py sdist bdist_wheel
diff --git a/requirements.txt b/requirements.txt
index c5ff21ef114a2c8281f69c4e66ed921b187e1b57..7b3898cc55f4979f2fa77a6b44d049711cfa1e5c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -20,4 +20,3 @@ pytest~=7.2.2
 transformers~=4.27.3
 sacremoses~=0.0.53
 spacy~=3.3.1
-urllib3==1.26.7
\ No newline at end of file
diff --git a/setup.py b/setup.py
index 7151dadc618b3f344a14be6832302976fe33ac5a..dc74f93e47c8c8524268dfa95fc7d24732246df0 100644
--- a/setup.py
+++ b/setup.py
@@ -25,8 +25,7 @@ REQUIREMENTS = [
     "pytest~=7.2.2",
     "transformers~=4.27.3",
     "sacremoses~=0.0.53",
-    "spacy~=3.3.1",
-    "urllib3==1.26.7"
+    "spacy~=3.3.1"
 ]
 
 setup(