python / python/release-tools

Fix test signing in Windows release pipeline

Abierto
#286 0 comentarios 0 reacciones 1 asignado Ver en GitHub

@zooba ya está trabajando en esto.

Desde el 7/10/2025.

bug
Lenguaje dominante
Python
Estrellas
61
Forks
48
Merge medio
1 h 22 min
PR fusionados (30 d)
4

Descripción

Currently test signing isn't supported because you need to have installed the (normally untrusted) root onto the build machine first. This is because the signing tools won't submit files for signing unless the certificate is trusted locally (see https://github.com/dotnet/sign/issues/908).

The root certificate needed is at http://www.microsoft.com/pkiops/certs/Microsoft%20Identity%20Verification%20TEST%20ONLY%20Root%20Certificate%20Authority%202020.crt

Should be a simple PowerShell command to install it into the trusted root CAs, but I'll figure out the exact command later.

(Same task as https://github.com/python/pymanager/issues/179)

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.