File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2929 path : dist
3030 - name : Publish to PyPI
3131 env :
32- PYPI_USERNAME : ${{ secrets.TEST_PYPI_USER }}
33- PYPI_PASSWORD : ${{ secrets.TEST_PYPI_PASSWORD }}
32+ PYPI_USERNAME : ${{ secrets.PYPI_USER }}
33+ PYPI_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
3434 run : |
3535 pip install twine
36- python -m twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} --repository-url https://test .pypi.org/legacy/ dist/*
36+ python -m twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} --repository-url https://upload .pypi.org/legacy/ dist/*
Original file line number Diff line number Diff line change 3636 path : dist
3737 - name : Publish to PyPI
3838 env :
39- PYPI_USERNAME : ${{ secrets.TEST_PYPI_USER }}
40- PYPI_PASSWORD : ${{ secrets.TEST_PYPI_PASSWORD }}
39+ PYPI_USERNAME : ${{ secrets.PYPI_USER }}
40+ PYPI_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
4141 run : |
4242 pip install twine
43- python -m twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} --repository-url https://test .pypi.org/legacy/ dist/*
43+ python -m twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} --repository-url https://upload .pypi.org/legacy/ dist/*
4444 shell : bash
Original file line number Diff line number Diff line change 3636 path : dist
3737 - name : Publish to PyPI
3838 env :
39- PYPI_USERNAME : ${{ secrets.TEST_PYPI_USER }}
40- PYPI_PASSWORD : ${{ secrets.TEST_PYPI_PASSWORD }}
39+ PYPI_USERNAME : ${{ secrets.PYPI_USER }}
40+ PYPI_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
4141 run : |
4242 pip install twine
43- python -m twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} --repository-url https://test .pypi.org/legacy/ dist/*
43+ python -m twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} --repository-url https://upload .pypi.org/legacy/ dist/*
4444 shell : bash
Original file line number Diff line number Diff line change 2727 path : dist
2828 - name : Publish to PyPI
2929 env :
30- PYPI_USERNAME : ${{ secrets.TEST_PYPI_USER }}
31- PYPI_PASSWORD : ${{ secrets.TEST_PYPI_PASSWORD }}
30+ PYPI_USERNAME : ${{ secrets.PYPI_USER }}
31+ PYPI_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
3232 run : |
3333 pip install twine
34- python -m twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} --repository-url https://test .pypi.org/legacy/ dist/*
34+ python -m twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} --repository-url https://upload .pypi.org/legacy/ dist/*
You can’t perform that action at this time.
0 commit comments