diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 8693012..a7faaca 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -38,6 +38,10 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ github.event.inputs.branch_name || github.event.workflow_run.head_branch }} + - name: Display Branch Name + run: | + echo "Building branch: ${{ github.event.inputs.branch_name || github.event.workflow_run.head_branch }}" + - name: Set up Python uses: actions/setup-python@v4 with: