diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml index e18c297..7428f51 100644 --- a/.github/workflows/python-build.yml +++ b/.github/workflows/python-build.yml @@ -88,7 +88,9 @@ jobs: - name: Download all the dists uses: actions/download-artifact@v3 with: - path: dist/ + name: artifact + path: dist + - name: Sign the dists with Sigstore uses: sigstore/gh-action-sigstore-python@v1.2.3 with: