Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes introduced with this PR
As of
v4
ofactions/upload-artifact
, "it is no longer possible to upload to the same named Artifact multiple times." However, the current build runs repeatedly, for each of Python 3.9, 3.10, andpypy3.9
, each of which uploads a number of artifacts, most of which have the same name in each run. So, on the second run, the attempt to upload thecoverage
HTML artifact now fails, or, at least, it did in #122 (it is possible that the problem is timing-related -- it did not happen in #120 or #119).This change extends the changes in #120 to the other pushed artifacts, so that they have unique names suffixed with the version of Python used in the run.
This change also relaxes the version of Poetry used from
1.4.2
to any1.4
.By contributing to this repository, I agree to the contribution guidelines.