Skip to content

Commit

Permalink
Merge pull request #22 from neutrons/fix_pypi_build_
Browse files Browse the repository at this point in the history
fix pypi build pipeline
  • Loading branch information
peterfpeterson authored Jul 5, 2024
2 parents 513e1e8 + 6ce8445 commit 72d378c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
pypi-publish:
name: upload release to PyPI
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
Expand Down

0 comments on commit 72d378c

Please sign in to comment.