8000 Tags · mayeut/python-versions · GitHub
[go: up one dir, main page]

Skip to content

Tags: mayeut/python-versions

Tags

3.12.3-9455186361

Toggle 3.12.3-9455186361's commit message

Verified

This commit was signed with the committer’s verified signature.
mayeut Matthieu Darbois
fix: do not include CPython source archive in unix artefacts

3.12.3-9454191293

Toggle 3.12.3-9454191293's commit message

Verified

This commit was signed with the committer’s verified signature.
mayeut Matthieu Darbois
fix: release assets upload

actions#267 introduced a regression in asset upload.

The layout of the artefacts to upload has changed. They're now all flatten in the working directory whereas before that PR, only the `hashes.sha256` file was directly in the working directory.
The change in layout caused `.toString()` to be called on python archives which corrupts the data that gets uploaded (as can be seen by comparing sha256 in `hashes.sha256` with the ones from other uploaded assets).

This commit ensures that a "flat layout" is used and that `toString()` is only called for `hashes.sha256`.
0