From 6a7d142c5def80d4fb44428de689bcb749a5012f Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Sat, 18 Nov 2023 10:10:58 -0600 Subject: [PATCH] templates/release: link to the specific workflow we need Signed-off-by: Benjamin Gilbert --- .github/ISSUE_TEMPLATE/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index 7485e217..dc26b64a 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -3,7 +3,7 @@ - [ ] Update `CHANGELOG.md` and version in `openslide/_version.py` - [ ] Create and push signed tag - [ ] `git clean -dxf && mkdir dist` -- [ ] Find the [workflow run](https://github.com/openslide/openslide-python/actions) for the tag; download its dist and docs artifacts +- [ ] Find the [workflow run](https://github.com/openslide/openslide-python/actions/workflows/python.yml) for the tag; download its dist and docs artifacts - [ ] `unzip /path/to/downloaded/openslide-python-dist.zip && mv openslide-python-dist-*/* dist/` - [ ] `twine upload dist/*` - [ ] Recompress tarball with `xz`