File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -42,20 +42,20 @@ jobs:
4242 file : ' *.tar.gz'
4343 token : ${{ secrets.GITHUB_TOKEN }}
4444
45- # - name: "Upload to Public PyPi"
46- # run: |
47- # pip install twine
48- # twine upload --skip-existing ./**/*.whl
49- # twine upload --skip-existing ./**/*.tar.gz
50- # env:
51- # TWINE_USERNAME: __token__
52- # TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
53-
54- - name : " Upload to Test PyPi"
45+ - name : " Upload to Public PyPi"
5546 run : |
5647 pip install twine
57- twine upload --repository testpypi -- skip-existing ./**/*.whl
58- twine upload --repository testpypi -- skip-existing ./**/*.tar.gz
48+ twine upload --skip-existing ./**/*.whl
49+ twine upload --skip-existing ./**/*.tar.gz
5950 env :
6051 TWINE_USERNAME : __token__
61- TWINE_PASSWORD : ${{ secrets.TEST_PYPI_API_TOKEN }}
52+ TWINE_PASSWORD : ${{ secrets.PYPI_TOKEN }}
53+
54+ # - name: "Upload to Test PyPi"
55+ # run: |
56+ # pip install twine
57+ # twine upload --repository testpypi --skip-existing ./**/*.whl
58+ # twine upload --repository testpypi --skip-existing ./**/*.tar.gz
59+ # env:
60+ # TWINE_USERNAME: __token__
61+ # TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments