Skip to content

Commit

Permalink
give more time and try secrets?
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed May 3, 2024
1 parent 05c1857 commit 7f621f3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,19 +108,19 @@ jobs:
with:
subject-path: "dist/pyhf-*"

# DEBUG
- name: Verify sdist artifact attestation
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
sleep 5
gh attestation verify dist/pyhf-*.tar.gz --repo ${{ github.repository }}
- name: Verify wheel artifact attestation
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh attestation verify dist/pyhf-*.whl --repo ${{ github.repository }}
# # DEBUG
# - name: Verify sdist artifact attestation
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: |
# sleep 5
# gh attestation verify dist/pyhf-*.tar.gz --repo ${{ github.repository }}

# - name: Verify wheel artifact attestation
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: |
# gh attestation verify dist/pyhf-*.whl --repo ${{ github.repository }}

- name: Upload distribution artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7f621f3

Please sign in to comment.