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 c118769 commit 328d6f7Copy full SHA for 328d6f7
1 file changed
.github/workflows/source-and-docs-release.yml
@@ -81,7 +81,7 @@ jobs:
81
tar xvf Python-${{ inputs.cpython_release }}.tgz
82
cd Python-${{ inputs.cpython_release }}
83
84
- ./configure --prefix=$(realpath '../installation/')
+ ./configure "--prefix=$(realpath '../installation/')"
85
make -j
86
make install -j
87
0 commit comments