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 81b8ff8 commit 6872fedCopy full SHA for 6872fed
.github/workflows/release-binaries.yml
@@ -214,6 +214,8 @@ jobs:
214
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
215
with:
216
python-version: '3.9'
217
+
218
+ # For some reason this is needed on Windows or else the build system can't find python3.lib.
219
- name: Setup Python library path
220
if: runner.os == 'Windows'
221
run: |
0 commit comments