We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc17efa commit 4cbe45eCopy full SHA for 4cbe45e
.github/workflows/build.yml
@@ -88,8 +88,9 @@ jobs:
88
89
- name: Publish package
90
uses: pypa/gh-action-pypi-publish@master
91
- if: github.event_name == 'release' && github.event.action == 'published'
+ # if: github.event_name == 'release' && github.event.action == 'published'
92
with:
93
user: __token__
94
password: ${{ secrets.PYPI_TOKEN }}
95
packages_dir: ./dist
96
+ verbose: true
0 commit comments