Ver Fonte

update github workflow

赵小蒙 há 1 ano atrás
pai
commit
aeef64b482
1 ficheiros alterados com 5 adições e 5 exclusões
  1. 5 5
      .github/workflows/python-package.yml

+ 5 - 5
.github/workflows/python-package.yml

@@ -119,8 +119,8 @@ jobs:
           files: './dist/*.whl'
         env:
           GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
-      # - name: Publish to PyPI
-      #   uses: pypa/gh-action-pypi-publish@release/v1
-      #   with:
-      #     user: __token__
-      #     password: ${{ secrets.PYPI_TOKEN }}
+      - name: Publish to PyPI
+        uses: pypa/gh-action-pypi-publish@release/v1
+        with:
+          user: __token__
+          password: ${{ secrets.PYPI_TOKEN }}