You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2023. It is now read-only.
I propose to refactor the branches here, to follow the scheme of @pv for scipy, that is:
master branch builds latest commit for scikit-image, builds on a daily cron-job, and uploads wheels to the Rackspace pre-release container
other branches are for releases, and upload to the Rackspace release container.
The procedure for release is to branch off master, and make any edits needed for the release. Meanwhile, master should stay working because it has been checked with the daily cron-job.
The text was updated successfully, but these errors were encountered:
I propose to refactor the branches here, to follow the scheme of @pv for scipy, that is:
The procedure for release is to branch off master, and make any edits needed for the release. Meanwhile, master should stay working because it has been checked with the daily cron-job.
The text was updated successfully, but these errors were encountered: