Skip to content

Commit

Permalink
chore(ci): Add verbose output to gh-action-pypi-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jan 27, 2025
1 parent 9c35dc6 commit 0cf0d6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pypi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true
verbose: true

auto-release-pypi:
runs-on: ubuntu-latest
Expand All @@ -62,3 +63,5 @@ jobs:
name: Packages
path: dist
- uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true

0 comments on commit 0cf0d6a

Please sign in to comment.