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 7f8af4f commit c46c953Copy full SHA for c46c953
.github/workflows/python.yml
@@ -179,7 +179,8 @@ jobs:
179
jq -r .[0].tagName | \
180
tr -d v)
181
zipname="openslide-win64-${release}"
182
- curl -LfO "https://github.com/openslide/openslide-bin/releases/download/v${release}/${zipname}.zip"
+ gh release download -R openslide/openslide-bin "v${release}" \
183
+ --pattern "${zipname}.zip"
184
7z x ${zipname}.zip
185
echo "OPENSLIDE_PATH=c:\\openslide\\${zipname}\\bin" >> $GITHUB_ENV
186
- name: Build wheel
0 commit comments