diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 769aef05..001a0f60 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -48,7 +48,8 @@ jobs: - name: Install dependencies run: | - pip install setuptools wheel setuptools-rust + # On old versions of python there is an old version of setuptools already installed + pip install setuptools wheel setuptools-rust --ignore-installed --force-reinstall - name: Build wheel working-directory: ./bindings/python