Build rpds-py 0.26.0

This commit is contained in:
Marc Mueller 2025-06-05 01:07:44 +02:00
parent e99cc8e2e8
commit b4f7d2022c
No known key found for this signature in database
3 changed files with 3 additions and 2 deletions

View File

@ -235,6 +235,7 @@ jobs:
- name: Create requirements file for custom build - name: Create requirements file for custom build
run: | run: |
touch requirements_custom.txt touch requirements_custom.txt
echo "rpds_py==0.26.0" >> requirements_custom.txt
- name: Build wheels (custom) - name: Build wheels (custom)
uses: cdce8p/wheels@master uses: cdce8p/wheels@master

View File

@ -212,4 +212,4 @@ multidict>=6.4.2
# rpds-py > 0.25.0 requires cargo 1.84.0 # rpds-py > 0.25.0 requires cargo 1.84.0
# Stable Alpine current only ships cargo 1.83.0 # Stable Alpine current only ships cargo 1.83.0
# No wheels upstream available for armhf & armv7 # No wheels upstream available for armhf & armv7
rpds-py==0.24.0 # rpds-py==0.24.0

View File

@ -238,7 +238,7 @@ multidict>=6.4.2
# rpds-py > 0.25.0 requires cargo 1.84.0 # rpds-py > 0.25.0 requires cargo 1.84.0
# Stable Alpine current only ships cargo 1.83.0 # Stable Alpine current only ships cargo 1.83.0
# No wheels upstream available for armhf & armv7 # No wheels upstream available for armhf & armv7
rpds-py==0.24.0 # rpds-py==0.24.0
""" """
GENERATED_MESSAGE = ( GENERATED_MESSAGE = (