diff --git a/scripts/release.yml b/scripts/release.yml
index fd5c05290..5cb5fcd3d 100644
--- a/scripts/release.yml
+++ b/scripts/release.yml
@@ -141,6 +141,7 @@ jobs:
     name: pypirc
     inputs:
       secureFile: 'pypirc'
+  - script: pip install --upgrade pip
   - script: python -m pip install --user -U setuptools importlib_metadata wheel twine 
 # Uncomment on release:
   - script: python -m twine upload --config-file $(pypirc.secureFilePath) -r $(pypiReleaseServer) dist/*