Skip to content

Commit

Permalink
Add settings for publishing credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
KapJI committed Nov 5, 2024
1 parent 34c907d commit 34ce788
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Publish to PyPI

concurrency: release

on:
release:
types: [published]
Expand All @@ -8,6 +10,9 @@ jobs:
publish:
name: Publish
runs-on: ubuntu-latest
environment: release
permissions:
id-token: write
steps:
- name: Check out the repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 34ce788

Please sign in to comment.