Skip to content

Commit

Permalink
Update pypi_upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
slundberg authored Dec 14, 2023
1 parent 030a75d commit 1ca492d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Build wheels

permissions:
id-token: write

on:
release:
types: [published]
Expand Down Expand Up @@ -89,6 +86,8 @@ jobs:
path: dist/*.tar.gz

publish_wheels:
permissions:
id-token: write
name: Publish wheels on pypi
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1ca492d

Please sign in to comment.