Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.3.1 #229

Closed
15 tasks done
bgilbert opened this issue Oct 8, 2023 · 2 comments
Closed
15 tasks done

Release 1.3.1 #229

bgilbert opened this issue Oct 8, 2023 · 2 comments
Assignees
Labels

Comments

@bgilbert
Copy link
Member

bgilbert commented Oct 8, 2023

OpenSlide Python release process

  • Update CHANGELOG.md and version in openslide/_version.py
  • Create and push signed tag
  • git clean -dxf && mkdir dist
  • Find the workflow run for the tag; download its docs and wheels artifacts
  • unzip /path/to/downloaded/openslide-python-wheels.zip && mv openslide-python-wheels-*/* dist/
  • python setup.py sdist
  • twine upload dist/*
  • Recompress tarball with xz
  • Attach release notes to GitHub release; upload tarballs and wheels
  • cd into website checkout; rm -r api/python && unzip /path/to/downloaded/openslide-python-docs.zip && mv openslide-python-docs-* api/python
  • Update website: _data/releases.yaml, _includes/news.md
  • Update Ubuntu PPA
  • Send mail to -announce and -users
  • Update Fedora and EPEL packages
  • Update MacPorts package
@bgilbert bgilbert self-assigned this Oct 8, 2023
@bgilbert bgilbert mentioned this issue Oct 8, 2023
8 tasks
@bgilbert
Copy link
Member Author

bgilbert commented Oct 8, 2023

Deferring PPA update until after OpenSlide 4.0.0, since we'll need to update the soname dependency.

@bgilbert
Copy link
Member Author

bgilbert commented Oct 8, 2023

MacPorts updated for the new release, but Flask and Pillow aren't packaged for 3.12 yet. The remaining MacPorts update is tracked in #223.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant