Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 639aef8

Browse files
fix: add verbose logging (#558)
1 parent be51b52 commit 639aef8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_for_pypi.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,7 @@ jobs:
3535
python setup.py bdist_wheel --plat-name=win_amd64
3636
- name: Publish package to PyPi
3737
if: inputs.publish == true
38-
uses: pypa/[email protected] # Currently an issue with attestations on `release/v1`
38+
uses: pypa/gh-action-pypi-publish@release/v1
39+
with:
40+
verbose: true
41+
attestation: true

0 commit comments

Comments
 (0)