Skip to content

Commit

Permalink
Remove need for credentials on pypi publishing (#3427)
Browse files Browse the repository at this point in the history
  • Loading branch information
audgirka authored May 11, 2023
1 parent de31335 commit b90912c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
name: Publish to PyPI registry
environment: release
runs-on: ubuntu-22.04
permissions:
id-token: write

env:
FORCE_COLOR: 1
Expand Down Expand Up @@ -39,8 +41,6 @@ jobs:
if: >- # "create" workflows run separately from "push" & "pull_request"
github.event_name == 'release'
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.pypi_password }}

homebrew:
name: Bump homebrew formula
Expand Down

0 comments on commit b90912c

Please sign in to comment.