Skip to content

feat: Add the ability to pass a requests Session to Client (#275) #7

feat: Add the ability to pass a requests Session to Client (#275)

feat: Add the ability to pass a requests Session to Client (#275) #7

Workflow file for this run

---
name: deploy
permissions:
contents: read
pull-requests: read
"on":
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
jobs:
pypi_deploy:
uses: broadinstitute/shared-workflows/.github/workflows/python-deploy-to-pypi.yaml@v6.0.0
secrets:
pypi_token: ${{ secrets.PYPI_TOKEN }}