Skip to content

Commit

Permalink
CI: Update publish workflow to use PyPI trusted publishers
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Feb 1, 2024
1 parent e60344f commit ea6736e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ jobs:
with:
name: dist
path: dist
- uses: pypa/gh-action-pypi-publish@master
with:
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_PASSWORD }}
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit ea6736e

Please sign in to comment.