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
- Move signing, checksum reporting and signature verification into their
own sign job. Release signing waits on a human to approve the request
in the SignPath UI, so a missed approval now costs a re-run of that job
alone rather than another fifteen minutes of PyInstaller.
- Raise the wait to an hour on tags. The request only appears once the
build has finished, so the action's ten minute default is a narrow
window to be watching for. Test signing is unattended and keeps it.
- Hold the unsigned artifact for a week rather than a day, since it is
now the input to a job that may be re-run on a later day.
- Decide the signing condition once in a job level variable instead of
spelling the same expression out at three separate steps.
0 commit comments