Skip to content

Commit

Permalink
Added more logging to pypi-publish.yml (#10416)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Feb 18, 2024
1 parent b89e32c commit ce7ae1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
permissions:
id-token: "write"
steps:
- run: echo "$EVENT_CONTEXT"
env:
EVENT_CONTEXT: ${{ toJson(github.event) }}
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: "3.11"
Expand Down

0 comments on commit ce7ae1a

Please sign in to comment.