Skip to content

Commit

Permalink
add verbose output to publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Oct 3, 2024
1 parent 0c85a30 commit 3476d9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
verbose: true
- name: Publish to PyPi
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 3476d9f

Please sign in to comment.