diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2020-12-19 16:51:38 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-12-19 16:51:38 -0500 |
| commit | f1dc6ccf94fafb7932a3c8d1a3e81dee2dcc808e (patch) | |
| tree | cb78468a0a395d61c19831037d2b5022026c1137 /.github | |
| parent | c377e65f45e91499d9f25916851e0c2943fa202d (diff) | |
| download | python-coveragepy-git-f1dc6ccf94fafb7932a3c8d1a3e81dee2dcc808e.tar.gz | |
Name kit artifacts
Without a name, the download program will grab the latest artifacts no
matter what they are, like .coverage data files from metacov.
This ensures we get the kits.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/kit.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml index bf57ec7d..437e7d31 100644 --- a/.github/workflows/kit.yml +++ b/.github/workflows/kit.yml @@ -50,6 +50,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v2 with: + name: dist path: ./wheelhouse/*.whl build_sdist: @@ -71,6 +72,7 @@ jobs: - name: Upload sdist uses: actions/upload-artifact@v2 with: + name: dist path: dist/*.tar.gz build_pypy: @@ -97,4 +99,5 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v2 with: + name: dist path: dist/*.whl |
