Skip to content

Commit

Permalink
rm pypi credentials : trusted publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
nkk committed Sep 20, 2023
1 parent d0ea81a commit 25aa0ec
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish_pypi_on_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,4 @@ jobs:
- name: Build package
run: python setup.py sdist
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 25aa0ec

Please sign in to comment.