Skip to content

Commit c02047c

Browse files
committed
templates/python-bump: update process for adding AppVeyor builds
Previously the openslide-automation appveyor.yml was just a backup of the config from the web UI. AppVeyor is now configured to use that file as the canonical config.
1 parent 7d78845 commit c02047c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/ISSUE_TEMPLATE/python-bump.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Adding wheels for a new Python release
22

3-
- [ ] [Add two new build matrix groups](https://ci.appveyor.com/project/OpenSlide/openslide-python/settings/environment) to AppVeyor job with appropriate PYTHON variables
3+
- [ ] Add two new build matrix groups to [openslide-python.yml](https://github.com/openslide/openslide-automation/blob/master/appveyor/openslide-python.yml) with appropriate PYTHON variables
44
- [ ] [Select the original OpenSlide Python release build](https://ci.appveyor.com/project/OpenSlide/openslide-python/history) in AppVeyor, then click "Rebuild Commit"
55
- [ ] In OpenSlide Python checkout, `git checkout v<version> && git clean -dxf && mkdir dist`
66
- [ ] Download wheels _from new build jobs only_ into `dist` directory
77
- [ ] `twine upload dist/*`
88
- [ ] Upload new wheels to [GitHub release](https://github.com/openslide/openslide-python/releases)
9-
- [ ] [Download new AppVeyor YAML](https://ci.appveyor.com/project/OpenSlide/openslide-python/settings/yaml) and commit it to `openslide-automation/appveyor/openslide-python.yml`
109
- [ ] Update MacPorts package
1110
- [ ] Update website: Python 3 versions in `download/index.md`

0 commit comments

Comments
 (0)