Skip to content

Commit

Permalink
pypa/gh-action-pypi-publish: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Nov 10, 2024
1 parent c8ebca8 commit 4dc2e13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
print-hash: true
verbose: true

publish-to-pypi:
name: >-
Expand All @@ -69,6 +71,9 @@ jobs:
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
print-hash: true
verbose: true

github-release:
name: >-
Expand Down

0 comments on commit 4dc2e13

Please sign in to comment.