Skip to content

Commit

Permalink
Debug github ref
Browse files Browse the repository at this point in the history
  • Loading branch information
rytheranderson committed Dec 2, 2023
1 parent 5362c22 commit e20119e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
startsWith(github.ref, 'refs/tags/') &&
${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Debug GitHub Ref
run: echo "GitHub Ref: ${{ github.ref }}"
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit e20119e

Please sign in to comment.