We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1673d33 commit 24ff273Copy full SHA for 24ff273
1 file changed
.github/workflows/build.yml
@@ -61,7 +61,6 @@ jobs:
61
- name: 📦 Publish to index
62
uses: pypa/gh-action-pypi-publish@release/v1
63
with:
64
- password: ${{ secrets.testpypi_password }}
65
repository_url: https://test.pypi.org/legacy/
66
67
publish-on-pypi:
@@ -77,5 +76,3 @@ jobs:
77
76
path: dist
78
79
80
- with:
81
- password: ${{ secrets.pypi_password }}
0 commit comments