Skip to content

Commit

Permalink
Stop verifying wheel attestations temporarily (#7444)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Jun 16, 2024
1 parent 0a848c4 commit 34d3d12
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/wheel_tests_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,12 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh attestation verify dist/scikit_image-*.tar.gz --repo ${{ github.repository }}

- name: Verify wheel artifact attestation
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh attestation verify dist/scikit_image-*.whl --repo ${{ github.repository }}
# This needs to be fixed, see
# https://github.com/scikit-image/scikit-image/issues/7443
# - name: Verify wheel artifact attestation
# env:
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: gh attestation verify dist/scikit_image-*.whl --repo ${{ github.repository }}

# We prefer to release wheels before source because otherwise there is a
# small window during which users who pip install scikit-image will require compilation.
Expand Down

0 comments on commit 34d3d12

Please sign in to comment.