File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ jobs:
4242 clean-exclude : " CNAME"
4343 tag : doc-${{ steps.get_version.outputs.VERSION }}
4444
45- Publish_to_PyPi :
46- name : Publish to PyPi
45+ Publish_to_PyPI :
46+ name : Publish to PyPI
4747 runs-on : ubuntu-latest
4848 if : startsWith(github.ref, 'refs/tags/v')
4949 steps :
5050 - uses : actions/checkout@v3
5151
52- - name : " Upload to Public PyPi "
52+ - name : " Upload to Public PyPI "
5353 run : |
5454 pip install twine
5555 pip install build
5858 env :
5959 TWINE_USERNAME : __token__
6060 TWINE_PASSWORD : ${{ secrets.PYPI_TOKEN }}
61-
62- # - name: "Upload to Test PyPi"
63- # run: |
64- # pip install twine
65- # twine upload --repository testpypi --skip-existing ./**/*.whl
66- # twine upload --repository testpypi --skip-existing ./**/*.tar.gz
67- # env:
68- # TWINE_USERNAME: __token__
69- # TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments