Skip to content

Commit

Permalink
Remove user and password values for PyPI release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Wolf <[email protected]>
  • Loading branch information
NotTheEvilOne authored Nov 11, 2024
1 parent d97fee7 commit 1e6aaab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/on-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,3 @@ jobs:
python -m build .
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1
with:
user: __token__
password: ${{ secrets.PYPI_PROD_PASSWORD }}

0 comments on commit 1e6aaab

Please sign in to comment.