Skip to content

Commit

Permalink
00000: Adds verbose mode to PyPi publish workflow (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
apbassett authored Dec 6, 2024
1 parent 53c4c42 commit 4daaab6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
mkdir -p dist
find ./tmp -type f -name '*.whl' -exec cp -t ./dist {} +
find ./tmp -type f -name '*.tar.gz' -exec cp -t ./dist {} +
ls ./dist
ls -l ./dist
- name: Set up Python
uses: actions/setup-python@v5
Expand All @@ -323,6 +323,7 @@ jobs:
- name: Publish [PyPi]
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: True
# Experimental feature not yet compatible with our workflow
attestations: False

Expand Down

0 comments on commit 4daaab6

Please sign in to comment.