Skip to content

Commit 20d3777

Browse files
committed
added -verbose
1 parent fdf3140 commit 20d3777

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
env:
114114
TWINE_USERNAME: __token__
115115
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
116-
run: twine upload dist/*
116+
run: twine upload --verbose dist/*
117117

118118
- name: Attach release notes to GitHub release
119119
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)