Skip to content

Commit 14ba1d7

Browse files
committed
fix: Fix logs 2
1 parent 311e45d commit 14ba1d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,10 @@ jobs:
384384
echo "Event name: ${{ github.event_name }}"
385385
- name: Publish to PyPI
386386
uses: pypa/gh-action-pypi-publish@release/v1
387+
env:
388+
TWINE_VERBOSE: 1
389+
TWINE_DEBUG: 1
390+
PYTHONUNBUFFERED: 1
387391
with:
388392
packages-dir: dist
389393
verbose: true

0 commit comments

Comments
 (0)