Skip to content

Commit

Permalink
echo for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Nov 12, 2024
1 parent 40711f4 commit 625f54b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
run: |
# Get SHA256 of PyPI package
PACKAGE_NAME="${{ github.event.repository.name }}"
echo $PACKAGE_NAME
echo $VERSION
curl -sL https://pypi.org/pypi/$PACKAGE_NAME/$VERSION/json
SHA256=$(curl -sL https://pypi.org/pypi/$PACKAGE_NAME/$VERSION/json | jq -r '.urls[0].digests.sha256')
# Update formula
Expand Down

0 comments on commit 625f54b

Please sign in to comment.