Skip to content

Commit

Permalink
Add verbosity to publish-to-pypi workflow.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 718968154
  • Loading branch information
lukmaz authored and The Meridian Authors committed Jan 23, 2025
1 parent ecc8878 commit 3257ec4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest_and_autopublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:
path: dist/
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true

publish-to-testpypi:
name: Publish Python distribution to TestPyPI
Expand Down

0 comments on commit 3257ec4

Please sign in to comment.