Skip to content

Commit

Permalink
add the workflow of releasing to pypi (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Dec 15, 2021
1 parent 6de10d0 commit 591d26c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ jobs:
repository: ${{ env.GITHUB_REPOSITORY }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
release-to-pypi:
uses: deepmodeling/workflows/.github/workflows/release-to-pypi.yml@main
secrets:
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit 591d26c

Please sign in to comment.