Skip to content

Commit

Permalink
more debug but different
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpops committed Apr 26, 2023
1 parent 6528153 commit d196c50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- name: ref
run: echo ${{github.ref}}
- name: all
run: echo ${{ toJson(github) }}
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
pypi-publish:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
name: Upload release to PyPI
Expand Down

0 comments on commit d196c50

Please sign in to comment.