Build rpds-py 0.25.1

This commit is contained in:
Marc Mueller 2025-07-30 20:43:29 +02:00
parent fdf10da4d9
commit c99b9a36e5
No known key found for this signature in database

View File

@ -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