We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c978594 commit c38ce86Copy full SHA for c38ce86
1 file changed
.github/workflows/publish.yml
@@ -105,6 +105,7 @@ jobs:
105
with:
106
repository-url: https://test.pypi.org/legacy/
107
skip-existing: true
108
+ password: ${{ secrets.TEST_PYPI_API_TOKEN }}
109
110
publish-pypi:
111
if: github.event_name == 'release'
@@ -122,4 +123,6 @@ jobs:
122
123
path: dist/
124
125
- name: Publish to PyPI
- uses: pypa/gh-action-pypi-publish@release/v1
126
+ uses: pypa/gh-action-pypi-publish@release/v1
127
+ with:
128
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments