Преглед изворни кода

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/*