Skip to content

Commit

Permalink
Add verbosity to pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Sep 7, 2024
1 parent dd8fa9f commit 15104b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-package-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ jobs:
name: dist-aarch64
path: dist

- name: List dist directory
run: ls -la dist/

- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
print-hash: true
skip-existing: true
verify-metadata: true
2 changes: 1 addition & 1 deletion src/ppbt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"""
from .common import environ, extract

__version__ = "0.1.3"
__version__ = "0.1.4"

ALL = ("environ", "extract")

0 comments on commit 15104b5

Please sign in to comment.