Skip to content

Commit 24b07fa

Browse files
Merge pull request #93 from aboutcode-org/remove-api-token
Remove API token from pypi publishing action
2 parents 974c911 + dd4922c commit 24b07fa

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)