Skip to content

Commit

Permalink
ci: actually do verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
bluedrink9 committed Oct 26, 2024
1 parent f1832e5 commit 2ad2c62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ jobs:
with:
name: python-package-distributions
path: dist/
verbose: true
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1.10
with:
verbose: true

github-release:
name: >-
Expand Down Expand Up @@ -112,8 +113,8 @@ jobs:
with:
name: python-package-distributions
path: dist/
verbose: true
- name: Publish to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1.10
with:
repository-url: https://test.pypi.org/legacy/
verbose: true

0 comments on commit 2ad2c62

Please sign in to comment.