File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 6767 - name : Publish to pypi
6868 run : |
6969 poetry config repositories.remote https://upload.pypi.org/legacy/
70- poetry --no-interaction -v publish --build --repository remote --username "$PYPI_USERNAME" --password "$PYPI_PASSWORD "
70+ poetry --no-interaction -v publish --build --repository remote -u __token__ -p "$PYPI_API_TOKEN "
7171 env :
72- PYPI_USERNAME : ${{ secrets.PYPI_USERNAME }}
73- PYPI_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
72+ PYPI_API_TOKEN : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 5050 working-directory : ./legacy
5151 run : |
5252 poetry config repositories.remote https://upload.pypi.org/legacy/
53- poetry --no-interaction -v publish --build --repository remote --username "$PYPI_USERNAME" --password "$PYPI_PASSWORD "
53+ poetry --no-interaction -v publish --build --repository remote -u __token__ -p "$PYPI_API_TOKEN "
5454 env :
55- PYPI_USERNAME : ${{ secrets.PYPI_USERNAME }}
56- PYPI_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
55+ PYPI_API_TOKEN : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments