diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index bcb27f6..039e4dd 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -1,4 +1,4 @@ -name: PyPI +name: Dist on: [push, release] # TODO: change to just release @@ -41,6 +41,7 @@ jobs: - name: Upload dist artifacts uses: actions/upload-artifact@v4 with: + name: dists path: dist/* upload: @@ -59,6 +60,7 @@ jobs: - name: Download dist artifacts uses: actions/download-artifact@v4 with: + name: dists path: dist - name: Publish