Skip to content

Commit

Permalink
Merge pull request #53 from kaitj/bug/release-pypi
Browse files Browse the repository at this point in the history
Add git release dependency for pypi release
  • Loading branch information
kaitj committed Dec 12, 2023
2 parents 801f263 + 3412ed9 commit 3a9cce5
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 3a9cce5

Please sign in to comment.