Version 4 of the upload-artifact action adds some breaking changes that aren't very well documented. One of these changes subtly breaks our CD, causing sdists to not get uploaded.
Since it's difficult to test this locally, this PR adds a fix, but also disables the actual upload to PyPI. If this test works when launched manually, I'll make a follow-up PR to re-enable the upload to PyPI.
Version 4 of the
upload-artifact
action adds some breaking changes that aren't very well documented. One of these changes subtly breaks our CD, causing sdists to not get uploaded.Since it's difficult to test this locally, this PR adds a fix, but also disables the actual upload to PyPI. If this test works when launched manually, I'll make a follow-up PR to re-enable the upload to PyPI.