Skip to content

Commit 4cbe45e

Browse files
committed
token verbosity
1 parent cc17efa commit 4cbe45e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ jobs:
8888
8989
- name: Publish package
9090
uses: pypa/gh-action-pypi-publish@master
91-
if: github.event_name == 'release' && github.event.action == 'published'
91+
# if: github.event_name == 'release' && github.event.action == 'published'
9292
with:
9393
user: __token__
9494
password: ${{ secrets.PYPI_TOKEN }}
9595
packages_dir: ./dist
96+
verbose: true

0 commit comments

Comments
 (0)