Skip to content

Commit

Permalink
Switched to publishing to PyPI as a trusted publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Apr 30, 2023
1 parent b57a536 commit 33dfde5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand All @@ -23,5 +25,3 @@ jobs:
run: python -m build
- name: Upload packages
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.pypi_password }}

0 comments on commit 33dfde5

Please sign in to comment.