Skip to content

Commit

Permalink
add git status for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
domna authored Jul 10, 2024
1 parent 8bbfdd7 commit 89916e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ jobs:
pip install build
- name: Build package
run: python -m build
- name: git status
run: git status
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 89916e9

Please sign in to comment.