mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 01:07:10 +00:00
Build rpds-py 0.25.1
This commit is contained in:
parent
fd500346bf
commit
f54d0ccbd7
1
.github/workflows/wheels.yml
vendored
1
.github/workflows/wheels.yml
vendored
@ -235,6 +235,7 @@ jobs:
|
||||
- name: Create requirements file for custom build
|
||||
run: |
|
||||
touch requirements_custom.txt
|
||||
echo "rpds_py==0.25.1" >> requirements_custom.txt
|
||||
|
||||
- name: Build wheels (custom)
|
||||
uses: cdce8p/wheels@master
|
||||
|
@ -217,4 +217,4 @@ multidict>=6.4.2
|
||||
# rpds-py > 0.25.0 requires cargo 1.84.0
|
||||
# Stable Alpine current only ships cargo 1.83.0
|
||||
# No wheels upstream available for armhf & armv7
|
||||
rpds-py==0.24.0
|
||||
# rpds-py==0.24.0
|
||||
|
@ -242,7 +242,7 @@ multidict>=6.4.2
|
||||
# rpds-py > 0.25.0 requires cargo 1.84.0
|
||||
# Stable Alpine current only ships cargo 1.83.0
|
||||
# No wheels upstream available for armhf & armv7
|
||||
rpds-py==0.24.0
|
||||
# rpds-py==0.24.0
|
||||
"""
|
||||
|
||||
GENERATED_MESSAGE = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user