Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Oct 16, 2024
1 parent 628a7a3 commit a7a0421
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-distributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
- name: Set build identifiers output
id: build-identifiers
run: |
echo "${{ steps.all-build-identifiers.outputs.all-build-identifiers }}"
echo "${{ steps.latest-build-identifiers.outputs.latest-build-identifiers }}"
echo "${{ steps.all-build-identifiers.outputs.all-build-identifiers }}" | jq
echo "${{ steps.latest-build-identifiers.outputs.latest-build-identifiers }}" | jq
if [ "$GITHUB_REF" = "refs/heads/main" ] || [ "$GITHUB_REF" = "refs/heads/master" ] || [ "$GITHUB_REF" = "refs/tags/"* ]; then
echo "build-identifiers=${{ steps.all-build-identifiers.outputs.all-build-identifiers }}" >> $GITHUB_OUTPUT
else
Expand Down

0 comments on commit a7a0421

Please sign in to comment.