Skip to content

Commit

Permalink
add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Oct 2, 2024
1 parent b17b596 commit 80b6387
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Classifier Release
run-name: Build classifier
on: [push]
jobs:
pypi-build:
name: Build distribution 📦
pypi-release:
name: Build and Release to PYPI 📦
runs-on: ubuntu-latest
environment:
name: release
Expand All @@ -13,6 +13,9 @@ jobs:
defaults:
run:
working-directory: ./python-bindings

permissions:
id-token: write
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit 80b6387

Please sign in to comment.