Skip to content

Commit d309ca3

Browse files
committed
templates/release: link to the specific workflow we want
Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent 5d84075 commit d309ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- [ ] Update `CHANGELOG.md` and version in `openslide/_version.py`
44
- [ ] Create and push signed tag
55
- [ ] `git clean -dxf && mkdir dist`
6-
- [ ] Find the [workflow run](https://github.com/openslide/openslide-python/actions) for the tag; download its dist and docs artifacts
6+
- [ ] Find the [workflow run](https://github.com/openslide/openslide-python/actions/workflows/python.yml) for the tag; download its dist and docs artifacts
77
- [ ] `unzip /path/to/downloaded/openslide-python-dist.zip && mv openslide-python-dist-*/* dist/`
88
- [ ] `twine upload dist/*`
99
- [ ] Recompress tarball with `xz`

0 commit comments

Comments
 (0)