We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f1ac3 commit d02af66Copy full SHA for d02af66
.github/workflows/build-test-deploy.yml
@@ -85,9 +85,9 @@ jobs:
85
pip install build
86
python -m build
87
88
- - name: Publish to pypi
89
- uses: pypa/gh-action-pypi-publish@release/v1
90
- with:
91
- user: ${{ secrets.PYPI_USER }}
92
- password: ${{ secrets.PYPI_TOKEN }}
93
- repository_url: https://upload.pypi.org/legacy/
+ - name: Publish to pypi
+ uses: pypa/gh-action-pypi-publish@release/v1
+ with:
+ user: ${{ secrets.PYPI_USER }}
+ password: ${{ secrets.PYPI_TOKEN }}
+ repository_url: https://upload.pypi.org/legacy/
0 commit comments