Skip to content

Commit

Permalink
add more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpops committed Apr 26, 2023
1 parent 14a3790 commit 6528153
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
run: echo ${{github.event_name}}
- name: ref
run: echo ${{github.ref}}
- name: all
run: echo ${{ toJson(github) }}
pypi-publish:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
name: Upload release to PyPI
Expand Down

0 comments on commit 6528153

Please sign in to comment.