Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benleetownsend authored Jan 19, 2024
1 parent f9c624a commit 12c7439
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ on:
pull_request: # Temporary - just for testing.
branches: [ "main" ]

permissions:
contents: read

jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/sequence-metrics
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down

0 comments on commit 12c7439

Please sign in to comment.