Explorar o código

Update python-package.yml

Xiaomeng Zhao hai 10 meses
pai
achega
48a2a7cc03
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .github/workflows/python-package.yml

+ 1 - 0
.github/workflows/python-package.yml

@@ -123,4 +123,5 @@ jobs:
       - name: Publish distribution to PyPI
         run: |
           pip install twine
+          twine check dist/*
           twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}