"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "b969cca783cfe6c1009b7bf60609e28d83c973a6"
Unverified Commit 48a2a7cc authored by Xiaomeng Zhao's avatar Xiaomeng Zhao Committed by GitHub
Browse files

Update python-package.yml

parent 4211c74c
...@@ -123,4 +123,5 @@ jobs: ...@@ -123,4 +123,5 @@ jobs:
- name: Publish distribution to PyPI - name: Publish distribution to PyPI
run: | run: |
pip install twine pip install twine
twine check dist/*
twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }} twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment