Skip to content

Commit

Permalink
update pypi workflow for new token validation
Browse files Browse the repository at this point in the history
  • Loading branch information
rahil-makadia committed Dec 5, 2023
1 parent 2624adc commit 8d08094
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
paths:
- "grss/version.txt"

permissions:
id-token: write
contents: read

jobs:
build-and-upload:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion grss/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.0.2

0 comments on commit 8d08094

Please sign in to comment.