We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f8ae2 commit c45480cCopy full SHA for c45480c
.github/workflows/wheels.yml
@@ -47,8 +47,8 @@ jobs:
47
uv run tools/fetch_matrix2 ${{ inputs.name }} --config ci-targets.yaml \
48
--store build.json ${{ inputs.force-build && '--force-build' || '' }} >matrix.json
49
50
- echo "tag=$(jq -c '."tag"' matrix.json)" >>$GITHUB_ENV
51
- echo "version=$(jq -c '."version"' matrix.json)" >>$GITHUB_ENV
+ echo "tag=$(jq -rc '."tag"' matrix.json)" >>$GITHUB_ENV
+ echo "version=$(jq -rc '."version"' matrix.json)" >>$GITHUB_ENV
52
echo "matrix=$(jq -c '."matrix"' matrix.json)" >>$GITHUB_ENV
53
54
cat matrix.json | yq -P -o yaml
0 commit comments