File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7575 mkdir pypi
7676 cp -a \
7777 "upload/openslide-bin-${{ needs.stable.outputs.version }}.tar.gz" \
78- upload/*.whl pypi/
78+ "pypi/openslide_bin-${{ needs.stable.outputs.version }}.tar.gz"
79+ cp -a upload/*.whl pypi/
7980 - name : Release to PyPI
8081 uses : pypa/gh-action-pypi-publish@release/v1
8182 with :
Original file line number Diff line number Diff line change 11# Notable Changes in openslide-bin
22
3- ## Version 4.0.0.9 , 2025-12-03
3+ ## Version 4.0.0.10 , 2025-12-03
44
55* Drop Python 3.8 support in Python package
66* Enable SIMD JPEG decoding on macOS x86_64
Original file line number Diff line number Diff line change 3232# A.B.C = OpenSlide version
3333# D = ordinal of the openslide-bin release with this A.B.C, starting from 1
3434# Update the version when releasing openslide-bin.
35- _PROJECT_VERSION = '4.0.0.9 '
35+ _PROJECT_VERSION = '4.0.0.10 '
3636
3737
3838def meson_source_root () -> Path :
You can’t perform that action at this time.
0 commit comments