Skip to content

Commit

Permalink
fix pypi publish in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsoul44 committed Jun 8, 2024
1 parent 4fabf4a commit 395982c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ jobs:
pypi-publish:
runs-on: ubuntu-latest
needs: ["windows-build-test", "macos-build-test", "linux-build-test"]
environment:
name: pypi
url: https://pypi.org/p/perpetual
permissions:
id-token: write

Expand Down

0 comments on commit 395982c

Please sign in to comment.