Skip to content

Commit dd4922c

Browse files
Remove API token from pypi publishing action
We can not remmmove this as trusted publishing is enabled. Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent a3adbfa commit dd4922c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pypi-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,3 @@ jobs:
8585
- name: Publish to PyPI
8686
if: startsWith(github.ref, 'refs/tags')
8787
uses: pypa/gh-action-pypi-publish@release/v1
88-
with:
89-
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)