diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index b8697c1b7df..bbe0161c8d4 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -235,7 +235,7 @@ jobs: - name: Create requirements file for custom build run: | touch requirements_custom.txt - echo "rpds_py==0.26.0" >> requirements_custom.txt + echo "rpds_py==0.25.1" >> requirements_custom.txt - name: Build wheels (custom) uses: cdce8p/wheels@master