Skip to content

Commit

Permalink
Merge pull request #128 from lsst/u/timj/pypi-upload-fix
Browse files Browse the repository at this point in the history
Add configuration to allow trusted PyPI publishing
  • Loading branch information
timj authored Jan 24, 2025
2 parents 40a360a + d31e3c5 commit 556822b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
pypi:
runs-on: ubuntu-latest
needs: [build_and_test]
permissions:
id-token: write
if: startsWith(github.ref, 'refs/tags/')

steps:
Expand Down

0 comments on commit 556822b

Please sign in to comment.