We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333dd20 commit cb2db86Copy full SHA for cb2db86
1 file changed
.github/workflows/CI.yml
@@ -41,6 +41,8 @@ jobs:
41
echo "Checking $file"
42
python -m zipfile -t "$file" || { echo "Invalid wheel: $file"; exit 1; }
43
done
44
+ - name: Print checksums
45
+ run: sha256sum dist/*.whl
46
- name: Upload wheels
47
uses: actions/upload-artifact@v4
48
with:
@@ -71,6 +73,8 @@ jobs:
71
73
72
74
75
76
77
78
79
80
@@ -101,6 +105,8 @@ jobs:
101
105
102
106
103
107
108
109
104
110
111
112
0 commit comments