From 492fc222831b48aa614cdfb4599b0b74d2feb48f Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 14 Feb 2022 02:05:50 -0500 Subject: [PATCH] Congruity in GH Actions step names --- .github/workflows/build-wheels.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 63a2549..255c0f8 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -23,6 +23,7 @@ jobs: python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310' - uses: actions/upload-artifact@v2 with: + name: wheels path: dist/*.whl - name: Publish package to PyPI # Only actually publish if a new tag was pushed @@ -54,6 +55,7 @@ jobs: ls dist/ - uses: actions/upload-artifact@v2 with: + name: wheels path: dist/*.whl - name: Publish package to PyPI # Only actually publish if a new tag was pushed