Skip to content

Commit

Permalink
fix: add verbose logging (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov authored Nov 13, 2024
1 parent be51b52 commit 639aef8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_for_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ jobs:
python setup.py bdist_wheel --plat-name=win_amd64
- name: Publish package to PyPi
if: inputs.publish == true
uses: pypa/[email protected] # Currently an issue with attestations on `release/v1`
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
attestation: true

0 comments on commit 639aef8

Please sign in to comment.