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 4526175 commit a48ce8aCopy full SHA for a48ce8a
.github/workflows/release-binaries.yml
@@ -214,6 +214,11 @@ jobs:
214
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
215
with:
216
python-version: '3.9'
217
+ - name: Setup Python library path
218
+ if: runner.os == 'Windows'
219
+ run: |
220
+ echo "LIB=$env:LIB;C:\hostedtoolcache\windows\Python\3.9.13\x64\libs" >> $env:GITHUB_ENV
221
+
222
- name: Upload
223
if: runner.os == 'Windows'
224
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
0 commit comments