Skip to content

Commit

Permalink
workflows/retile: update for OpenSlide Python tarball rename
Browse files Browse the repository at this point in the history
OpenSlide Python 1.4.0+ uses openslide_python-* per PEP 625.

Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
  • Loading branch information
bgilbert committed Oct 30, 2024
1 parent b51e98e commit d256250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/retile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
curl -LO "${url}"
# Unpack
tar xf "$1-${version}.tar.xz"
tar xf "$(echo "$1" | tr - _)-${version}.tar.xz"
}
get_release openslide
get_release openslide-python
Expand All @@ -70,7 +70,7 @@ jobs:
meson install -C builddir
- name: Build OpenSlide Python
working-directory: openslide-python-${{ env.OPENSLIDE_PYTHON_VERSION }}
working-directory: openslide_python-${{ env.OPENSLIDE_PYTHON_VERSION }}
run: |
pip install -t ${GITHUB_WORKSPACE}/install/python .
- name: Upload build
Expand Down

0 comments on commit d256250

Please sign in to comment.