Skip to content

Commit

Permalink
misc(gha): create GitHub environment for release
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Nov 21, 2024
1 parent b62517a commit ffe1943
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
jobs:
pypi-publish:
runs-on: ubuntu-latest
environment:
name: release
url: https://pypi.org/p/torch-dftd
permissions:
id-token: write
steps:
Expand Down

0 comments on commit ffe1943

Please sign in to comment.