瀏覽代碼

Add verbose to publish to debug ci upload

J. Nick Koston 9 月之前
父節點
當前提交
954c676bdd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/python-publish.yml

+ 1 - 1
.github/workflows/python-publish.yml

@@ -27,4 +27,4 @@ jobs:
         TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
       run: |
         python setup.py sdist bdist_wheel
-        twine upload dist/*
+        twine upload --verbose dist/*