Skip to content

Commit

Permalink
Update update_pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypinkard authored Jul 26, 2024
1 parent e5f5944 commit 255c9b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
if: ${{ github.repository == 'micro-manager/NDStorage' }}
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down

0 comments on commit 255c9b4

Please sign in to comment.