Skip to content

Commit

Permalink
debugging github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ralequi committed Oct 11, 2023
1 parent 7e009b2 commit 0c250fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
--wheel
--outdir dist/
.
- name: Check git status
run: git status
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/master'
uses: pypa/gh-action-pypi-publish@master
Expand Down

0 comments on commit 0c250fd

Please sign in to comment.