Xiaomeng Zhao пре 8 месеци
родитељ
комит
5db81bf07c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/python-package.yml

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

@@ -122,6 +122,6 @@ jobs:
 
 
       - name: Publish distribution to PyPI
       - name: Publish distribution to PyPI
         run: |
         run: |
-          pip install twine
+          pip install -U twine id keyring packaging readme-renderer requests requests-toolbelt rfc3986 rich urllib3
           twine check dist/*
           twine check dist/*
           twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}
           twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}