diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 3d7dfc30..258364f3 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -184,19 +184,16 @@ jobs: release: name: Release runs-on: ubuntu-latest - # if: ${{ startsWith(github.ref, 'refs/tags/python/foxglove-sdk/v') }} needs: [linux, musllinux, windows, macos, sdist] permissions: - # Use to sign the release artifacts id-token: write - # Used to upload release artifacts contents: write - # Used to generate artifact attestation attestations: write steps: - uses: actions/download-artifact@v4 with: - path: python/foxglove-sdk/dist + path: python/foxglove-sdk + - run: find python/foxglove-sdk/wheels* - name: Generate artifact attestation uses: actions/attest-build-provenance@v1 with: