Skip to content

Commit

Permalink
Merge pull request #236 from bgilbert/bin
Browse files Browse the repository at this point in the history
Rename openslide-winbuild to openslide-bin
  • Loading branch information
bgilbert authored Nov 1, 2023
2 parents 04b3f44 + 8f7f70e commit 3bc80e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
needs: pre-commit
runs-on: windows-latest
env:
WINBUILD_RELEASE: 20231011
BIN_RELEASE: 20231011
defaults:
run:
shell: bash
Expand All @@ -85,8 +85,8 @@ jobs:
run: |
mkdir -p c:\\openslide
cd c:\\openslide
zipname=openslide-win64-${WINBUILD_RELEASE}
curl -LO "https://github.com/openslide/openslide-winbuild/releases/download/v${WINBUILD_RELEASE}/${zipname}.zip"
zipname=openslide-win64-${BIN_RELEASE}
curl -LO "https://github.com/openslide/openslide-bin/releases/download/v${BIN_RELEASE}/${zipname}.zip"
7z x ${zipname}.zip
echo "OPENSLIDE_PATH=c:\\openslide\\${zipname}\\bin" >> $GITHUB_ENV
- name: Build wheel
Expand Down

0 comments on commit 3bc80e7

Please sign in to comment.