LLNL / hatchet

Graph-indexed Pandas DataFrames for analyzing hierarchical performance data
https://llnl-hatchet.readthedocs.io
MIT License
29 stars 18 forks source link

Adds test for upload-artifact@v4 #136

Closed ilumsden closed 5 months ago

ilumsden commented 5 months ago

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.