Skip to content

Commit d02af66

Browse files
authored
Update build-test-deploy.yml
1 parent f0f1ac3 commit d02af66

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-test-deploy.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ jobs:
8585
pip install build
8686
python -m build
8787
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/
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/

0 commit comments

Comments
 (0)