diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0ca5226..b73e985 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -55,6 +55,7 @@ jobs: uses: actions/upload-artifact@v4 with: path: ./wheelhouse/*.whl + name: wheels-artifact - name: Build Source Distribution run: python setup.py sdist @@ -63,5 +64,6 @@ jobs: uses: actions/upload-artifact@v4 with: path: ./dist/*.zip + name: source-dist-artifact