@@ -52,15 +52,15 @@ <h1 class="page-title">Files</h1>
52
52
< th > Description</ th >
53
53
< th > MD5 Sum</ th >
54
54
< th > File Size</ th >
55
- {% if release_files|has_gpg %}
56
- < th > < a href ="https://www.python.org/downloads/#gpg "> GPG</ a > </ th >
57
- {% endif %}
58
55
{% if release_files|has_sigstore_materials %}
59
56
< th colspan ="2 "> < a href ="https://www.python.org/download/sigstore/ "> Sigstore</ a > </ th >
60
57
{% endif %}
61
58
{% if release_files|has_sbom %}
62
59
< th > < a href ="https://www.python.org/download/sbom/ "> SBOM</ a > </ th >
63
60
{% endif %}
61
+ {% if release_files|has_gpg %}
62
+ < th > < a href ="https://www.python.org/downloads/#gpg "> GPG</ a > </ th >
63
+ {% endif %}
64
64
</ tr >
65
65
</ thead >
66
66
< tbody >
@@ -71,9 +71,6 @@ <h1 class="page-title">Files</h1>
71
71
< td > {{ f.description }}</ td >
72
72
< td > {{ f.md5_sum }}</ td >
73
73
< td > {{ f.filesize|filesizeformat }}</ td >
74
- {% if release_files|has_gpg %}
75
- < td > {% if f.gpg_signature_file %}< a href ="{{ f.gpg_signature_file }} "> SIG</ a > {% endif %}</ td >
76
- {% endif %}
77
74
{% if release_files|has_sigstore_materials %}
78
75
{% if f.sigstore_bundle_file %}
79
76
< td colspan ="2 "> {% if f.sigstore_bundle_file %}< a href ="{{ f.sigstore_bundle_file}} "> .sigstore</ a > {% endif %}</ td >
@@ -85,6 +82,9 @@ <h1 class="page-title">Files</h1>
85
82
{% if release_files|has_sbom %}
86
83
< td > {% if f.sbom_spdx2_file %}< a href ="{{ f.sbom_spdx2_file }} "> SPDX</ a > {% endif %}</ td >
87
84
{% endif %}
85
+ {% if release_files|has_gpg %}
86
+ < td > {% if f.gpg_signature_file %}< a href ="{{ f.gpg_signature_file }} "> SIG</ a > {% endif %}</ td >
87
+ {% endif %}
88
88
</ tr >
89
89
{% endfor %}
90
90
</ tbody >
0 commit comments