Skip to content

Commit 591d26c

Browse files
authored
add the workflow of releasing to pypi (#620)
1 parent 6de10d0 commit 591d26c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ jobs:
3232
repository: ${{ env.GITHUB_REPOSITORY }}
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
release-to-pypi:
36+
uses: deepmodeling/workflows/.github/workflows/release-to-pypi.yml@main
37+
secrets:
38+
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)