From c99b9a36e5569af2c9a5224e7ae79b42193e57a1 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Wed, 30 Jul 2025 20:43:29 +0200 Subject: [PATCH] Build rpds-py 0.25.1 --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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