Skip to content

Commit

Permalink
Add git release dependency for pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitj committed Dec 12, 2023
1 parent 801f263 commit 3412ed9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
secrets:
BP_PAT: ${{ secrets.BP_PAT_TOKEN }}
deploy-pypi:
needs: [release-package]
uses: khanlab/actions/.github/workflows/workflow-release_task-deployPypi.yml@v0.3.2
secrets:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 3412ed9

Please sign in to comment.