Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt authored Dec 18, 2024
1 parent 5e95f22 commit 3f9e1b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ jobs:
package: ${{ inputs.package }}
deploy-to: ${{ inputs.deploy-to }}
branch: ${{ needs.generate-changelog.outputs.branch-name }}
secrets: inherit
secrets: inherit
permissions:
# this permission is required for trusted publishing
# see https://github.com/marketplace/actions/pypi-publish
id-token: write

publish-pypi:
if: ${{ inputs.pypi-public == true }}
Expand Down

0 comments on commit 3f9e1b2

Please sign in to comment.