Skip to content

Commit

Permalink
correct path for wheels download
Browse files Browse the repository at this point in the history
  • Loading branch information
amacneil committed Feb 2, 2025
1 parent 062178d commit 6e86a6f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6e86a6f

Please sign in to comment.