Skip to content

Commit

Permalink
Update pypi.yml to use OIDC for publishing to PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp committed Oct 1, 2023
1 parent 78d1c69 commit 055efda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
jobs:
pypi:
name: Upload Python Package
pypi-publish:
name: Publish Python Package
secrets: inherit
uses: praw-dev/.github/.github/workflows/pypi.yml@main
name: Upload Python Package
name: Publish Python Package
on:
release:
types: [ published ]
Expand Down

0 comments on commit 055efda

Please sign in to comment.