Skip to content

Commit

Permalink
templates/release: procedure updates
Browse files Browse the repository at this point in the history
Update Fedora and check that it propagated to the Copr before announcing.
Also announce to image.sc.

Signed-off-by: Benjamin Gilbert <[email protected]>
  • Loading branch information
bgilbert committed Nov 1, 2023
1 parent db39746 commit cdc4483
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
- [ ] `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
- [ ] Check that [Copr package](https://copr.fedorainfracloud.org/coprs/g/openslide/openslide/builds/) built successfully
- [ ] Send mail to -announce and -users
- [ ] Post to [image.sc](https://forum.image.sc/c/announcements/10)
- [ ] Update MacPorts package
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
;;
esac
- name: Build wheel
shell: bash
run: |
if [[ "${{ matrix.os }}" == macos-* ]]; then
py_cflags=$(python -c 'import sysconfig; print(sysconfig.get_config_vars()["CFLAGS"])')
Expand Down

0 comments on commit cdc4483

Please sign in to comment.